Török Edwin

Results 96 issues of Török Edwin

The tag may not be a tag at all, but a commit hash, in which case the bitbucket lookup would fail. We do not need to perform the sha1 lookup...

* I would suggest to have a flag that enforces standard compliant JSON on output and raise an exception if not. Users that care about performance can keep that flag...

I tried to run the benchmark, which depends on the 'unmark' package that is not on opam. I tried pinning it, which went fine: opam pin add unmark https://github.com/pqwy/unmark.git Then...

With `postgresql` it is possible to do a `SELECT * FROM` and then call `#get_fnames_lst` on the result to detect at runtime the field names. This is useful for dynamically...

enhancement

I regularly have to open files that are gigabytes in size (logfiles), or source code that contains hundreds of thousands of lines, in which case Neovim can hang for a...

`distrobox` (and other toolbox-like containers) set a hostname, and it is useful to be able to distinguish whether you are inside the container or outside. When /run/.containerenv is present then...

Pandoc calls `rsvg-convert` by specifying only a DPI. But that causes `rsvg-convert` to try to guess a pixel size as [documented in its manpage](https://man.archlinux.org/man/rsvg-convert.1.en#DEFAULT_OUTPUT_SIZE). Quite often that will result in...

The manual says "It is recommended that programs do not spawn more domains than cores available". I was curious what happens if I do exceed it? The result is a...

Performance

When OWL_CFLAGS is set configure needs to be rerun. Fixes build issues when dune caching is used. Especially useful when changing CFLAGS to remove -march=native in order to rerun under...

'string_of_float' only prints 12 digits, which loses some digits, see discussion at https://github.com/ocaml/ocaml/discussions/11975. Using `%.17g` instead should suffice for preserving all digits, however the numbers printed can have extra "ugly"...