svenha

Results 24 issues of svenha

Hello. I was able to build the `scheme` binary for the x32 ABI. I am interested in the x32 ABI because it can give significant speedups for GC-intensive programs and...

All Hop websites (without any special configuration) are vulnerable to click jacking (or UI redress attack). Can we please have a default http header? For example, X-Frame-Options: SAMEORIGIN see https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options

This is a simple fix for issue #105

Lighthouse reports that `hop_u-3.N.0.js` could be minified, in this sense https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript

Simple authorization shows a box with two fields: Username and Password. Is there a way to postprocess the Username value before it is used? Examples: downcasing, trimming spaces etc.

For some errors, the backtrace contains only one element, where a much longer backtrace would be helpful. Is there a way to achieve this? Example: *** ERROR:car: Type "pair" expected,...

This is just a loose idea to make Hop more visible by adding to comparison sites. I stumbled across https://www.techempower.com/benchmarks/#section=intro&test=composite , but there might be better places.

The value of `BGL_STACKOVERFLOW_SIZE_THRESHOLD` is 8192, a typical value for the stack size limit. I have to use larger stack size limits and hence (without much understanding and consideration) disabled...

I used make-hashtable and hashtable-put! for around 10k keys (of size 40 to 250 bytes). Is it expected that this can exhaust your RAM of 64 GB? If not, I...

rdup-simple backups stopped working for me because cp -plr returns an error if soft cross-device links are found, e.g. cp: cannot create hard link src/a tgt/a Invalid cross-device link *\*...