Cameron Howey

Results 18 comments of Cameron Howey

The use-case is when there is a library I want to `import` without bundling. For me in particular, I am using this to load data that the server is generating...

The difference is that `System.import` returns a promise. Using a static `import` does not return a promise. It returns the data right now. The fetching is done ahead-of-time by the...

Even better might be to also allow a locally-installed font: ``` src: url("https://my-url/Cascadia.woff2"), local("Cascadia"), url("https://excalidraw.com/Cascadia.woff2"); ```

I also would prefer that a non-pointer type is not nullable by default. This makes sense for data integrity. However there is a counter-example with the `Null*` types in `database/sql`...

Try [unformatNumeral](/nosir/cleave-zen/blob/main/docs/modules.md#unformatnumeral).