Mark Fulton

Results 136 comments of Mark Fulton

recent updates to Deno Language Server might be of help here and hopefully support will arrive in the following months from esm.sh, Skypack, JSPM, etc. too so that it won't...

[`ky`](https://github.com/sindresorhus/ky) can also be used to make working with `fetch()` easier and handling common patterns (hooks, errors, etc.)

> @mfulton26 this will likely be done on the next tag release sweet, thank you! > > Actually, what version of android is under those tablets ? > > We...

> huu, does amazon still make tablets that have enough compute power for this ? I suspect a Fire HD 10 (Octa-core 2.0 GHz, 3 GB RAM) tablet would run...

It looks like the docs for yoga also state that `@apollo/gateway` only works with `graphql@15` too but I think the latest version appears to have a peer dependency on `graphql@16`...

Is there an expected flushing strategy for browsers to implement today for `CompressionStream` or is it undefined? If it is already "always" then I'm set for my current use cases...

It is but when you have 50+ directories and they keep changing but many of them match a pattern then it is preferable to define a pattern rather than needing...

> /pathWithSourceFiles/**/*.ts Yes, that's what I am looking for. It isn't currently supported though. If this complicates the language server implementation then I think this VSCode extension could pre-process the...

I am running into this issue too. @lucacasonato any ideas on how to use `esbuild_deno_loader` with `esbuild`'s `external` feature?

@lucacasonato, it looks like the link to https://chat.denoland.org/ in this GitHub repository's "About" needs to be updated (to https://denochat.deno.dev/)