Ahuigo
Ahuigo
> Most importantly, islands should not all have to reside in `islands/`, but should instead be in any directory as `some/path/Counter.island.tsx`. This will allow the relevant code for some functionality...
``` error: The argument '--inspect[=...]' cannot be used with '--watch[=...]' ``` Remove the `--watch` as following: ``` deno run -A --inspect-brk dev.ts ``` Inspect mode is not compatible with `--watch`....
Why not remove old node versions? ``` matrix: - TRAVIS_NODE_VERSION="0.10" - TRAVIS_NODE_VERSION="0.12" ```
@SheepDomination What do you mean by "CSS does not work"? @ZeaLot4J I just provided two css cdn url (bulma.css and pure.css) only. You could read the source and extend it....
1. 最后那段通用loader.mjs 少了一个默认参数: `const baseURL = new URL('file://'); parentModuleURL=baseURL; ` 2. node 交互模式/chrome 交互模式还不支持 import, 如果支持了 调试会很方便,imort 推广起来更容易 3. 希望node 能默认支持这个loader.mjs, 这样就能无通升级、无痛使用了
> 我记得koa2现阶段是不支持import引入的又或者是在inexjs启动文件中不支持。 不是koa2 不支持import,而是你的node 需要开启这个支持才行。
same problem(I'm using Mac M1 and python3.10) ``` >>> from Crypto.Hash import SHA256 >>> SHA256.new('key'.encode()) Traceback (most recent call last): File "", line 1, in File "/opt/homebrew/lib/python3.10/site-packages/Crypto/Hash/SHA256.py", line 158, in...
@marcelocra It seems that some typescript plug-in configuration conflicts with DENO plug-in configuration. If so, it's not reasonable for Fresh to add this configuration.
I agree that **good dev experience** is very important. Please wait for fresh's author to deal with your PR.
Maybe, you could deploy your example to https://deno.com and add it to https://fresh.deno.dev/showcase