-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (e028b92 2024-11-11T00:22:4…
-
Hey there @gebeto,
Thank you for your work! 😊🫡
One issue I encountered is that using imports in files within the `__mocks__` directory requires you to use incorrect import paths.
This is b…
-
Reproduction steps:
1. Put this configuration in a file named `app.capnp`:
```
using Workerd = import "/workerd/workerd.capnp";
const config :Workerd.Config = (
sockets = [
(
na…
isker updated
1 month ago
-
- OS: Linux (Arch LInux)
- Toolchain: `stable-x86_64-unknown-linux-gnu` (1.42.0)
- rust-analyzer: https://github.com/rust-analyzer/rust-analyzer/commit/779555c1beac90f633c01a773558c4007c99c97f
`u…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
In certain cases, it seems like the svg import of freecad breaks paths and opens the…
-
The current import spec is trying to solve two problems at once.
The first is basically you have the concern of where is the source code in this project?
And the second, which is a more logical…
-
### Describe the bug
SB attempts to strip all leading `node_modules/` components off of the path of an import to get Vite to bundle correctly:
https://github.com/storybookjs/storybook/blob/33e4397662…
-
### What is the problem this feature would solve?
Esbuild support bundling template string import : https://github.com/evanw/esbuild/issues/56#issuecomment-643100248
```js
let translation = await im…
-
Version: latest
After a full day banging my head against walls trying to get ESM to work and failing, somebody recommended I try deno.
I just tried, and it does this:
```
run --check backend…
-
my code like this:
> model = ESM3.from_pretrained(model_name = "./huggingface/hub/models--EvolutionaryScale--esm3-sm-open-v1/snapshots/66ecd636588d3100e13598a5720678db6583d01c/", device=torch.devic…