D

Results 51 issues of D

**I was trying to...** Use esbuild/swc to speed up compilation/build times and improve developer productivity and general experience **The problem:** typedi as far as I know currently uses and depends...

type: question

### Which component is affected? Qwik Insights ### Describe the bug During the build process, I'm seeing a warning message that insight data failed to load. When I run a...

TYPE: bug
STATUS-1: needs triage

### Which component is affected? Qwik Runtime ### Describe the bug I've got a list of people that I load once in the server with useTask$ and then trigger re-fetches...

TYPE: bug
STATUS-1: needs triage

Noticed that a few developers of our project were surprised that findOne didn't work until I swapped them to findByPk. Figured I'd have a go to see how much effort...

Been having a go at implementing this myself and found that my directory structure is a bit iffy so I tried this one again and found the same thing. After...

Work in Progress (I'd just like comments/thoughts on the implementation) I've started a refactor of the angular-dynamic-layout to use more of angular. I've removed the filters/rankers and template functionality. You...

Just trying to understand some of the code to fix a few of the issues and have figured I don't think this project should cover custom filters and rankers. When...

We were using quite a few instances of this and found that it wasn't being extracted for translation: `{{ app.showingMore ? 'Show less' : 'Show more' | translate }}` We've...

Our translators seem to have a thing for translating English to English even if they change nothing (maybe they like 100% completion in their tool of choice?). After extraction, we...

We're passing some data through a query param like: - `http://localhost:8888/graphql?brand=pepsi` - `http://localhost:8888/graphql?brand=cocacola` When I change the brand in my URL, my long written query and all of it's variables...