Tyler J Russell

Results 94 comments of Tyler J Russell

@thefoxie thank you for the contribution :) however, this is not a place to report the package failing. I am glad the built-in functionality works, however, if you have any...

@Papooch you *will* have to convert to using `#alias` instead of `@alias`, but that's it. ```json "imports": { "#root/*": "./*", "#submodules/*": "./submodules/*", "#db/*": "./src/db/*", "#middleware/*": "./src/middleware/*" } ``` I hope...

@Papooch if you wish to use extensions in the map to avoid having to specify `.js` you can. Although, as people have mentioned, it is better to set the module...

No worries @initplatform. I give special credit to @nick-bull for the module resolution override because prior to that I was unaware it even existed honestly. I'm glad you found your...

> One other reason to keep maintaining this package is that import mapping only works for `"type": "module"`, which isn't ideal for e.g., React Native Is that so? Standard React...

> Does this mean that the inbuilt "imports" property doesn't work outside > the directory that the package.json is located within? Do I get to ask why you're trying to...

@Kehrlann Can you dismiss your stale review? Unfortunately, for some reason, I cannot.

interestingly, after making the switch over, the exporter outputs 2 decimal places to the log, but either Grafana or Prometheus seems to be truncating it. i am not sure why,...

> my apologies, left this hanging for a while but finally got around looking into it. > The problem was within my code base where I used int() at one...