clover caruso
clover caruso
something I would like if this were to be added would be the ability to use the scrollbar itself as a component (give it a height + offset) where it...
i just want to comment that as of 0.1.7, express slightly works, but i want to note that this code doesn't work yet. ```ts import express from 'express'; const app...
> The version issue was also resolved by #392. Please close this issue. this only modifies the napi function, and not `process.version`. broken on bun 0.1.3 still.
> we could expose a flag like `--set-version` which replaces every occurrence of `process.version` with the set version (similar to how we replace env variable). I dislike this because it...
and better news, i just opened PR https://github.com/yargs/yargs-parser/pull/450 which should fix it. this obviously wont fix any other libraries doing this, but they should all change to this way of...
btw, the process version check has been fixed, but i believe theres some other stuff we need before yargs fully works on bun; however those steps are our responsibility here...
> That's an incredibly hacky way of just _abandoning_ your timeout as if it doesn't exist (which it does). Use clearTimeout to actually remove your timeout instead. these perform different...
> I'm encountering the same issue, but with `bun-utilities` and `@paperdave/logger`. It is fixed if i switch the import order here. > > ```ts > import log, { injectLogger }...
> This segfault doesn't seem like to happen in v0.1.7. Could you give it another try? I can reproduce it with the initial reproduction at the top of the issue....
if you are using an apache reverse proxy / virtual host, you need to configure it with `AllowEncodedSlashes On` and potentially `ProxyPreserveHost On`