Alexander Craggs
Alexander Craggs
Works for me. Post code and file you're running it on? Plus OS, Node version, etc.
@Zyles For me, the following worked with a UTF-16 encoded file: byline(fs.createReadStream('test.txt', { encoding: 'utf16' })) Did you remember to change the encoding in your read stream? Encoding isn't really...
Could someone update https://github.com/zadam/trilium/wiki/Docker-server-installation with instructions that work? I'm struggling to get it working without entering the docker container and running chown within it. I'm trying to automate the process...
Can confirm what @lms-lamhuynh says, currently, the implementation of `influx.writePoints` is non-functional for arrays of points when a default timestamp is used. Any updates on if this could be fixed?...
This is definitely still an issue and one that prevents me using this library.
See above statement.
I would heavily object to keeping it as `props.state`: ```javascript const { G, ctx } = props.state; const { a, b } = state; ``` It seems like it would...
Have also found this whilst using the default lobby setup. Can request a one player game but the ctx has two players in it. When logging the `ctx` variable on...
Could this be re merged into master? In my opinion the problem of kicking + re-adding bots is not so large, and if people disagree they can always just disable...
I'll take a look at merging it with the latest version and fixing any bugs.