Tim Čas
Tim Čas
Huh, my comment didn't get posted. Let me retry: I am said friend. I should mention the issue also happens in the demos (e.g. test5, and test0t --- though it's...
I've noticed you do have `libm` linked in Linux, in `duktape.cmake` --- knowing that, a better option would probably be to fix that file, instead.
I would honestly *love* this. I've evaluated this editor for exactly that use-case, but alas, with single-user, it's not very useful for me. Shouldn't be too hard to add it...
https://github.com/yjs/yjs
> > where is this called? > > https://github.com/pylonide/pylon/blob/9d238f89ace40413e4e29676bcf3340c2cfae555/plugins-server/pylon.ide.terminal/terminal.js#L23 Note also https://github.com/pylonide/pylon/blob/9d238f89ace40413e4e29676bcf3340c2cfae555/plugins-server/pylon.ide.search/search.js#L156 Plus there are a ton of places where `bash` is hardcoded in plugins-client: ``` $ grep -r 'bash'...
That's the part I couldn't find. But since you seem interested, I can try giving it another go. Seems to happen when the client connects.
FOUND IT! https://github.com/pylonide/pylon/blob/master/plugins-server/pylon.ide.filelist/filelist.js#L91 Note that FreeBSD also has the `-E` option for `find`, so you can also add that platform to the list. A more reliable way might be to...
My $0.02: I would also personally love if Freedit would support a "single-inn mode", where it's basically just a discussion board. Many other such projects exist, but the vast majority...
I know this is an old thread, but my $0.02: To me, *having* semicolons would be a killer feature since I'm *really* used to Allman-style braces (plus it makes parsing...
Ah, I see. It also feels like it'd still work even with semicolons. You simply replace the rule of "no newline" with a rule of "no semicolon[s]". But to be...