Daniel K.

Results 31 issues of Daniel K.

### Is this a bug report? Yes. ### Environment 1. `npm ls react-scripts-ts` (if you haven’t ejected): 2.16.0 2. `node -v`: 10.4.1 3. `npm -v`: 6.1.0 4. `yarn --version` (if...

## Current behavior I have an enum table `userGender` with a correctly set foreign key on table `user` and column `gender`. The generated `insert_user_one` then expects a custom type `userGender_enum`,...

k/enhancement
c/server
p/medium
c/actions
triage/2-needs-rfc
a/api/graphql
team-blaam/handover

I am curious if that's possible somehow? You see, I am using library [mobx-state-tree](https://github.com/mobxjs/mobx-state-tree/) which is also checked at runtime, but currently, it's impossible to use Typescript types for modeling....

enhancement
utilities

I am sorry if I missed this somewhere, I am pretty much new to i18next. I am coming over from LinguiJS which is a neat framework but given its work...

feature request
help wanted

I believe the whole thing could get even faster if files were read/written asynchronously instead of running it one after another. Opinions?

I tried out this nice looking module for the first. It looks like a definite improvement from `lint-staged`. Error reporting could certainly use some love, though. ![image](https://user-images.githubusercontent.com/1096340/74851613-c4e8fa00-533b-11ea-9c62-d25badb49e97.png) That's a lot...

Let's discuss this as a new issue and close #48 since it seems like a much more complicated problem. The `useActor` alone has 3 overloads around some `getSnapshot` which I...

I've noticed there is some attempt in code to make macros working, but no testable example so far. So I've added one and it doesn't seem to work. I have...

Partial fix for #48 including only `useService`. Personally, I haven't use the `useActor` just yet and I am not sure how it even works. I think it's better to keep...

Replacement for PR #60 (somehow I messed up rebase).