bartlomieju
bartlomieju
DDeno
Created by tylersayshi on 12/21/2024 in #help
Can symbol documentation be detected when re-exported from top level default export?
Could you please open an issue in deno_doc repo?
4 replies
DDeno
Created by callmephilip on 12/12/2024 in #help
Deno + Jupyter - a couple of hiccups: jupyter execute and tests
Seems like a rather straighforward fix
7 replies
DDeno
Created by callmephilip on 12/12/2024 in #help
Deno + Jupyter - a couple of hiccups: jupyter execute and tests
Can you open an issue about the test one?
7 replies
DDeno
Created by bombillazo on 12/13/2024 in #help
Deno vs Node `Intl.DateTimeFormat().resolvedOptions()` discrepancies
It's probably a V8 problem then - we can't really upgrade V8 in v1.46.x branch anymore
10 replies
DDeno
Created by bombillazo on 12/13/2024 in #help
Deno vs Node `Intl.DateTimeFormat().resolvedOptions()` discrepancies
Could you open a GH issue with as much info as possible?
10 replies
DDeno
Created by bombillazo on 12/13/2024 in #help
Deno vs Node `Intl.DateTimeFormat().resolvedOptions()` discrepancies
Nope, not a known issue
10 replies
DDeno
Created by RogueMan on 12/2/2024 in #help
Executable having trouble with types
I think this is a bug in deno compile, it might not be including all necessary files, or something goes wrong when you have import type .... Could you please open an issue for it with a full repro?
11 replies
DDeno
Created by Ewok on 12/1/2024 in #help
worker with cjs code loaded from esm not working
Could you please open an issue in Deno repo?
3 replies
DDeno
Created by Ayes on 11/29/2024 in #help
I can't seem to get the recursive flag to run
Could you please open a PR on GH? This feel like a bug in Deno. Thanks!
4 replies
DDeno
Created by BOLL on 11/24/2024 in #help
FileServer from tutorial, 2000+ ms to connect?
Are you on Windows? Try changing localhost to 127.0.0.1
6 replies
DDeno
Created by kek_ (Tobias) on 11/22/2024 in #help
Debugger crashes in Docker container
@snek could you take a look?
4 replies
DDeno
Created by mange on 11/22/2024 in #help
where does `deno compile` place the V8 code cache?
The things in ~/.cache/deno are regular Deno caches for things like module analysis, they are not required for deno compile binaries. Try compiling with deno compile --log-level debug - there will be some information if cache was used or rejected for some reason
5 replies
DDeno
Created by mange on 11/22/2024 in #help
where does `deno compile` place the V8 code cache?
It's in a temp directory, you might want to follow https://github.com/denoland/deno/issues/26980
5 replies
DDeno
Created by RogueMan on 11/12/2024 in #help
Dynamic import at compile time
20 replies
DDeno
Created by molsson on 11/20/2024 in #help
deno lint doesn't notice function call to unimported function
You need to enable no-undef rule manuallyb
2 replies
DDeno
Created by Andrew Valleteau on 11/20/2024 in #help
deno run fail to execute npm binary file in 2.0
Hey, i would actually appreciate an issue on GitHub
5 replies
DDeno
Created by wangyuze on 11/13/2024 in #help
How to resolve this issue: "Cannot find name 'Deno'.ts(2304)"?
If you have deno.enable true then the default TS server should have been disabled. CC @nayeemrmn
4 replies
DDeno
Created by w7a9q on 11/17/2024 in #help
Deno project source control
Yes
2 replies
DDeno
Created by vicary on 11/17/2024 in #help
How to specify/identify TypeScript version?
No, Deno ships with a fixed Typescript version
2 replies
DDeno
Created by Bhaumin on 11/16/2024 in #help
Understanding deno test Behavior with Interdependent Modules
But please include a better example because I'm still not sure if I understand the request
25 replies