osddeitf

Results 12 comments of osddeitf

I wonder why `deno-arch64-unknown-linux-gnu.zip` has not shown up on the [Release](https://github.com/denoland/deno/releases) page yet. There're only the followings: - deno-aarch64-apple-darwin.zip - deno-x86_64-apple-darwin.zip - deno-x86_64-pc-windows-msvc.zip - deno-x86_64-unknown-linux-gnu.zip As far as I know:...

so rusty_v8 is cross-compiled?

Thanks, it took me nearly 10000 seconds to build using Docker cross-platform image build.

> Is this in the roadmap somehow? we would like to adopt `esbuild` but since we have different react packages we can't use it because it generate multiple instances of...

It's exciting to see React Router reach v6. But... As stated in https://remix.run/blog/react-router-v6: > Note: Absolute paths still work in v6 to help make upgrading easier. You can even ignore...

it's v2.0.4 as of now, shouldn't this be implemented?

I think you can do it by using `React.useRef`: https://flowbite.com/docs/plugins/datepicker/#javascript

@marvinhagemeister I need your review on this. I have tested and it worked fine, but still need more testing and clean up. The exposed function is currently `navigate` from `/src/runtime/entrypoints/impl/global.ts`

Yes. The file `entrypoints/main.ts` is an entrypoint input to esbuild. User defined islands are different entrypoints. It would be hard for them to share the same state variables (different entrypoints...

> @dabit3 any official statement on this? Is amplify a dev tool only? Please make it clear in the docs that amplify is not suitable for production apps. Many people...