Aleksander Heintz

Results 47 issues of Aleksander Heintz

I have code where I use `try_into` to match against another enum (generated by another macro), however I need the original input value in the case that the `try_into` failed....

Currently logging is only a simple `log` command. This has to be improved somehow, as it's too limiting. For instance, I can't log two things on the same line (`Starting...

As far as I can see, I'm not able to put own/std types into a beefcow except those that are explicitly enabled in this library. So would it be possible...

Adds the Jsonnet language. This branch can be seen running live [here](https://jsonnet-astexplorer.now.sh/).

Projects using node16 module resolution in typescript uses the new exports and imports configuration from typescript to find definition files. This mirrors how nodejs resolves the files. If a package...

core
blocked-release

### What version of `astro` are you using? 1.0.0-rc.6 ### Are you using an SSR adapter? If so, which one? N/A ### What package manager are you using? pnpm ###...

p4-important
s1-small

Reddit said you wanted feedback, so here goes: A lot of this looks great, and I would probably use it, but I need multi-repo support (probably using lerna).

enhancement
help wanted

**Stencil version:** ``` @stencil/[email protected] ``` **I'm submitting a:** [x] bug report [ ] feature request [ ] support request => Please do not submit support requests here, use one of...

Resolution: Refine

I've been debugging for a couple of days trying to figure out why the app-metrics endpoints only worked on my dev box, and not in our test environment. Well, it...

Naively implemented, and currently untested. I've updated my project that uses pnpm ([`YoloDev/rollup-config`](https://github.com/YoloDev/rollup-config)) to install my fork instead of the package published to npm, so now I just have to...