Gordon Lawrenz

Results 6 issues of Gordon Lawrenz

Hello! ATM I'm trying to get into the same paper you implemented here and noticed a problem: 1. You defined the _node header_ with a contant size of 16 Byte...

``` $ hexo version hexo: 3.2.2 hexo-cli: 1.0.2 os: Linux 4.4.0-31-generic linux x64 http_parser: 2.7.0 node: 6.2.2 v8: 5.0.71.52 uv: 1.9.1 zlib: 1.2.8 ares: 1.10.1-DEV icu: 57.1 modules: 48 openssl:...

Hi, I wanted to add [`esbuild-plugin-filesize`](https://www.npmjs.com/package/esbuild-plugin-filesize) to my current project and got following error: ``` ✘ [ERROR] [plugin fileSize] Unexpected token: punc (.) /opt/git/deusprox/openShare/research/node_modules/terser/dist/bundle.min.js:554:10: 554 │ throw new JS_Parse_Error(message, filename,...

Currently many [file types like `'js', 'css', 'html', 'json', 'xml', 'svg'`](https://github.com/lukejacksonn/servor/blob/master/servor.js#L85) get automatically encoded as gzip and the Header `content-encoding` will be set to `gzip`. In my project I use...

Like the title says. I have a .dotfiles repo and I would like to be able to persist the file which saves the list of npm packages which should be...

feature requests

Since neovim v0.10 the API call [`vim.tbl_flatten { ... }`](https://github.com/neovim/neovim/blob/v0.10.0/runtime/lua/vim/shared.lua#L555) was deprecated. Instead `Iter.flatten` should be used. Initially the functionality should be removed with 0.12, but it was already set...