Bhavit Sharma

Results 18 comments of Bhavit Sharma

> maybe it can be configured in a way that keeps most of the aesthetics Would you mind sharing the flags and custom settings of rust-fmt that you use so...

sorry everyone for this mess, I had other commitments at my work. ~I will try to work on it this weekend~ (without any rustfmt). I made these changes and had...

I need to look at how closely is the GUI interlinked with the backend logic so we can add tests. Maybe the project maintainer can comment better. In the meanwhile,...

Thanks @thallgren for filing this. One more ask: Please default route entries for the VPN gateway. My SSH finally worked after this :) More context in this [issue](https://github.com/telepresenceio/telepresence/issues/2389#issue-1136007943).

and thanks again for very prompt responses and finding the solution!

Monkey patching the `taskCompletion` function of the pool works fine for now: ```ts pool["taskCompletion"] = (taskID) => { return new Promise((resolve, reject) => { const eventSubscription = pool.events().subscribe({ next(event) {...

On our fairly large codebase, node OOMs even after 10 gigs of memory.

Hi, is there a workaround we can do? Or perhaps I can help with refactoring given enough context/help. Downgrading typeorm is not an option for us unfortunately :(

Aha, that was the issue. I created an index.js and it worked! Thank you! Is there a way to specify the main option you mentioned in the js_library rule without...

> I'm currently migrating to lua and doing the following hack to avoid this: > > ```nix > programs.neovim = { > enable = true; > # ... > extraConfig...