Mark Lyck

Results 59 comments of Mark Lyck

An alternative to this would be support & docs to easily implement custom handlers, so I could just copy the postgraphile handler and add my own settings to it for...

I ended up solving this for myself temporarily by copying the postgraphile handler, and adding my own pgSettings and publishing it as a private npm package. Not very clean and...

@ardatan of course I'm not asking for to do names that are invalid for graphQL spec. As mentioned in the ticket, I have not found any way to accomplish this...

That would be amazing! I've been looking at your code since a few hours before creating the issue. But I can't figure out where or how to implement a log-scale...

Did this ever get implemented? I'm still searching for a useable Chart system that has support for a logarithmic scale.

@frinyvonnick I created an action that does this for my own sanity: https://github.com/marketplace/actions/gitmoji-changelog-action Feel free to copy/fork it if you want. it just runs `npx gitmoji-changelog` and commits the code...

finally getting rid of the `less` nightmare, that is amazing! Thank you!!!

@paveltiunov any plans on adding this? Being able to use variables is essential to being able to use this in production.

any update on web socket support? 🙏 It would be amazing to get this built into msw. I'm currently using MSW for all normal requests, but I have yet to...

I manually changed it to only do 2 runs and the CI is passing now 🤷‍♂️ . This is obviously not a solution but just adding information.