Activity for Ximin Luo

  • Ximin Luo Ximin Luo committed [d452a2] on LIRC - Git

    systemd: lircd.service must depend on lircd.socket

  • Ximin Luo Ximin Luo created merge request #54 on Git

    lircd.service must depend on lircd.socket, otherwise starting the former fails to recreate the socket file

  • Ximin Luo Ximin Luo committed [7ca1ca] on LIRC - Git

    lircd.service must depend on lircd.socket, otherwise starting the former fails to recreate the socket file

  • Ximin Luo Ximin Luo posted a comment on discussion Open Discussion

    I use PeerGuardian as a way to ban IPs that are attacking my servers / exploiting / attempting to exploit software (monitored via another script I've written that all of my servers run). You can try ufw, this is a high-level CLI that is the main firewall in Debian/Ubuntu today that lets you block specific IP addresses. Something like sudo ufw deny 123.123.123.123 should work in a script. As for auto-updated mass blocklists, there is https://github.com/poddmo/ufw-blocklist/issues/22 but looking at...

  • Ximin Luo Ximin Luo posted a comment on ticket #383

    BTW, if I don't use the hack, I get buffer overflow while generating IR pattern. From ftdi.c: static int tx_baud_rate = 65536; [..] [..] The FT232R also becomes unusable if you set the * tx_baud_rate to values other than 65536. Even if the hack were not required, these two bits of code seem very weird. What real world device has a baud rate of exactly 65536? My device at least certainly works with txbaud=15200 and it is not "unusable" contrary to the comment. The Linux gpio_ir_tx driver defaults...

  • Ximin Luo Ximin Luo created ticket #384

    FTDI plugin has unobvious configuration requirement

  • Ximin Luo Ximin Luo created ticket #383

    FTDI plugin requires txbaud hack

  • Ximin Luo Ximin Luo modified a comment on ticket #197

    (delete double-post; see comment below)

  • Ximin Luo Ximin Luo posted a comment on ticket #197

    One big advantage of pandoc is that it supports {align} and {gather}. Pandoc and latex2mathml.py supports different subsets of latex. For example, latex2mathml.py does not support \gsime, but pandoc does. The pandoc list of supported symbols is here [1] and it appears to be bigger (~2800 symbols) than the one in latex2mathml.py (~100 symbols), although it does not support some stuff like \underleftrightarrow that latex2mathml does. Actually it appears [1] is written by yourself, and that version...

  • Ximin Luo Ximin Luo posted a comment on ticket #197

    One big advantage of pandoc is that it supports {align} and {gather}. Pandoc and latex2mathml.py supports different subsets of latex. For example, latex2mathml.py does not support \gsime, but pandoc does. The pandoc list of supported symbols is here [1] and it appears to be bigger (~2800 symbols) than the one in latex2mathml.py (~100 symbols), although it does not support some stuff like \underleftrightarrow that latex2mathml does. Actually it appears [1] is written by yourself, and that version...

  • Ximin Luo Ximin Luo created ticket #197

    MathML: support pandoc(1) as an external converter

  • Ximin Luo Ximin Luo posted a comment on ticket #196

    I would argue that, a true meaning of "minimal" means a common subset of what all documentation generators might expect from the background browser. In which case, headers and footers don't naturally start off having lines. This is my motivation for the patch in the first place - I am mixing different documentation generators whilst trying to retain their "minimal.css" equivalents, and this definition from docutils is making its output look different from the others. (And my current workaround is...

  • Ximin Luo Ximin Luo posted a comment on ticket #196

    Link to r8472 for convenience: https://sourceforge.net/p/docutils/code/8472/

  • Ximin Luo Ximin Luo created ticket #196

    Revert header/footer borders in minimal.css

  • Ximin Luo Ximin Luo posted a comment on ticket #74

    As everything except a section header or a <section>-generating directive will result in an invalid document tree, I do not support some a new syntax construct for ending a section. Instead, the <section>-generating directive could define a directive option that can be used to specify whether the generated <section> node should be nested in the current section (becoming a sub-section) or appended to the current section (becoming the next section of the same level). Thanks for the detailed explanation!...

  • Ximin Luo Ximin Luo posted a comment on ticket #74

    This feature would be useful for LaTeX as well as a parsed-printed-text format that expands directives. In my sphinx example, I do not want to have to artifically add extra sections, since that is not what I want the structure to be. Telling the user to do something different from what they originally want, is not a "feature", it's the absence of a feature. In particular, the autogenerated TOC entries in other parts of the output, will look weird and artificial, which it is. I would like the structure...

  • Ximin Luo Ximin Luo created ticket #411

    syntax for ending a section

  • Ximin Luo Ximin Luo created ticket #712

    Recent "encrypted headers" feature interferes with threaded view

  • Ximin Luo Ximin Luo created ticket #80

    Build a FASL library, needed by SageMath

  • Ximin Luo Ximin Luo posted a comment on ticket #587

    Hey Bob, it looks like you're not receiving my replies correctly? The comment I made...

  • Ximin Luo Ximin Luo posted a comment on ticket #587

    I can provide that. The "srcjsv" would simply be a jspecview/ subdirectory in src....

  • Ximin Luo Ximin Luo posted a comment on ticket #589

    I understand. It could be JSmol in particular will not fit your model and cannot...

  • Ximin Luo Ximin Luo posted a comment on ticket #587

    You have doc, devjars, examples, screensaver, srcjs, test, _documents. These don't...

  • Ximin Luo Ximin Luo posted a comment on ticket #587

    The full.tar.gz doesn't contain build scripts, and it contains build output and intermediate...

  • Ximin Luo Ximin Luo posted a comment on ticket #587

    Thank you! JSpecView/data/* takes up about half of that size. It could also be removed,...

  • Ximin Luo Ximin Luo modified a comment on ticket #587

    Hello Bob, were you able to take a look at the script that I provided above? Do you...

  • Ximin Luo Ximin Luo created ticket #589

    Document the original source of JSmol/j2s/java and JSmol/srcjs

  • Ximin Luo Ximin Luo posted a comment on ticket #587

    Hello Bob, were you able to take a look at the script that I provided above? Do you...

  • Ximin Luo Ximin Luo modified a comment on ticket #587

    Hi, I have completed the initial version of the script to autogenerate a source tarball...

  • Ximin Luo Ximin Luo posted a comment on ticket #587

    Hi, I have completed the initial version of the script to autogenerate a source tarball...

  • Ximin Luo Ximin Luo posted a comment on ticket #587

    My issue is not a technical one, but a policy one. I am using J2S from this commit...

  • Ximin Luo Ximin Luo modified a comment on ticket #587

    Two questions: I'm having difficulty regenerating JSmol/j2s/java. I thought I could...

  • Ximin Luo Ximin Luo posted a comment on ticket #587

    Two questions: I'm having difficulty regenerating JSmol/j2s/java. I thought I could...

  • Ximin Luo Ximin Luo modified a comment on ticket #587

    OK, I managed to figure out the J2S step. All you have to do is build the cmdlineApi...

  • Ximin Luo Ximin Luo posted a comment on ticket #587

    OK, I managed to figure out the J2S step. All you have to do is build the cmdlineApi...

  • Ximin Luo Ximin Luo posted a comment on ticket #587

    I would be happy to explain to you the details of how our automation works, once...

  • Ximin Luo Ximin Luo posted a comment on ticket #587

    As I have stated already three times - no, I am not only interested in recreating...

  • Ximin Luo Ximin Luo posted a comment on ticket #587

    Bob, I've tried to explain what I need very clearly in the text above. I'm not sure...

  • Ximin Luo Ximin Luo posted a comment on ticket #587

    I am not only interested in the HTML5 applet. As I explained, if I am to package...

  • Ximin Luo Ximin Luo posted a comment on ticket #587

    A source code tarball that contains: the original development tree of Jmol (plus...

  • Ximin Luo Ximin Luo modified a comment on ticket #587

    If it's too much effort to create such a tarball yourself, it would also be OK if...

  • Ximin Luo Ximin Luo posted a comment on ticket #587

    If it's too much effort to create such a tarball yourself, it would also be OK if...

  • Ximin Luo Ximin Luo posted a comment on ticket #587

    Ah, not quite. I'm packaging Jmol because I started off packaging SageMath. But that's...

  • Ximin Luo Ximin Luo posted a comment on ticket #587

    Hey, thanks for the detailed reply! That's very useful. (1) I'm fairly sure Jmol/JSpecView...

  • Ximin Luo Ximin Luo posted a comment on ticket #587

    You might want them to be separate projects, but the current circular development...

  • Ximin Luo Ximin Luo posted a comment on ticket #587

    I'm also getting stuck trying to run "ant -f build_13_tojs.xml" - it tries to copy...

  • Ximin Luo Ximin Luo created ticket #587

    Make life easier for Linux distributions such as Debian

  • Ximin Luo Ximin Luo modified a comment on ticket #132

    As the current patch for the reStructuredText "date" directive does not solve the...

  • Ximin Luo Ximin Luo posted a comment on ticket #132

    As the current patch for the reStructuredText "date" directive does not solve the...

  • Ximin Luo Ximin Luo posted a comment on ticket #5

    "But, sane Linux distributors, such as Debian, will instead ignore your binary jnotify.jars...

  • Ximin Luo Ximin Luo posted a comment on ticket #5

    I suppose I forgot to mention one item of advice - please please please, do not ship...

  • Ximin Luo Ximin Luo committed [48e5d5]

    add documentation and pointer to hidden Google API

  • Ximin Luo Ximin Luo committed [4330f4]

    don't start tor if it's probably blocked

  • Ximin Luo Ximin Luo committed [9697b3]

    add the ability for briar-android to get the cu...

  • Ximin Luo Ximin Luo committed [97585e]

    bump expiry to Feb 14

  • Ximin Luo Ximin Luo committed [2bdcce]

    upgrade to jnotify 0.94 (patched) for 64-bit su...

  • Ximin Luo Ximin Luo committed [8ff2b6]

    support an older Android API level

  • Ximin Luo Ximin Luo committed [c000a6]

    lazily load JNotify to avoid bloating the guice...

  • Ximin Luo Ximin Luo committed [217ff3]

    update classpath for jnotify

  • Ximin Luo Ximin Luo created ticket #24

    ignore self's XMPP resource when matching contacts' fingerprints

  • Ximin Luo Ximin Luo posted a comment on ticket #5

    Yeah, I only did that because I couldn't get it to work with the debuglevel, and...

  • Ximin Luo Ximin Luo posted a comment on merge request #2

    Closing since we moved to github for the time being.

  • Ximin Luo Ximin Luo created ticket #5

    More flexible and consistent loadLibrary behaviour

  • Ximin Luo Ximin Luo posted a comment on merge request #1

    Screwed up the first attempt, see merge request #2 instead.

1
MongoDB Logo MongoDB