Nahuel Greco

Results 28 issues of Nahuel Greco

When you generate a .zip file using mod_zip, the current time (the one of the nginx host) is always stored inside the .zip. Here the time is read: https://github.com/evanmiller/mod_zip/blob/255cf540ac53865df93e022bb8c20f1a1e9a54da/ngx_http_zip_file.c#L296 This...

The following code raises a `java.lang.ArithmeticException` with an one-element stack trace that `clj-stacktrace.repl/find-source-width` can't handle, so an `IndexOutOfBoundsException` is raised when trying to print it. Versions used: `[clj-stacktrace "0.2.6"]` and...

It will be nice to render ```mermaid blocks in the buffer when _markup hiding_ is toggled on, just like the VSCode markdown extension does in his live preview pane: ![vscode-markdown-it-plugins](https://user-images.githubusercontent.com/15200/113969347-3703f300-980b-11eb-82aa-7019df524593.png)

Suppose you have a file in `hostA`: ```sh hostA$ ls -l /tmp/files -rw-rw-r-- 2 root root 563016 Jan 10 15:01 test.txt ``` You download it from `hostB` using: ```sh hostB$...

I was experimenting with external ids by using the second approach suggested by @tonsky at https://github.com/tonsky/datascript/issues/31#issuecomment-57993865 and found an undocumented max entity-id limit exists at `0x1FFFFFFF` but surpassing it gets...

It will be nice to have hdom typed, something like: ```ts type HElement = ( ["div", ({ style? : string } | HElement)?, ... HElement[]] | ["canvas", ({ width? :...