Jordan Lees

Results 50 comments of Jordan Lees

Yes please! I'm working on an open source UPnP server package which uses dgram for some of its connection backend. It would be great if we could take advantage of...

> As a temporary solution, this can be implemented via FFI What's FFI?

This happened the very first time I tried using bun to add a package to an existing package.json with a yarn.lock, but every time I try to reproduce it, I...

> Hi, today I did a "bun install" too and I am getting the same issue, anyone found a solution or some workaround?? @CarlosMarioV is it happening consistently or did...

> As of bun version 0.7.1 this will no longer throw a `SyntaxError`. However, modifying `process.env.NODE_ENV` will not stick, is this intentional behaviour? > > ```ts > process.env.FOO = 'test1';...

Hi @Electroid, I just upgraded bun and tested the same test.js file as in the previous comment, and unfortunately the behavior is the same. ``` drak@JDESK:~$ cat test.js process.env.FOO =...

> I think you can just do something like this to set a default commentstring yourself? > > ```lua > vim.api.nvim_create_autocmd("FileType", { > pattern = { "*" }, > callback...

![image](https://user-images.githubusercontent.com/11487870/206816587-9023f5a0-e67d-4b3a-a422-92ec43765a4b.png) Here's another example of svelte language tools somehow not being able to import modules that are inside a subfolder of the workspace root (the workspace root is `ScoringApp-Serverless`; all...

+1 on this. Made it completely impossible to scroll to the top of the UI without closing and reopening the app.