Jiri Spac

Results 185 issues of Jiri Spac

## Is your feature request related to a problem? Please describe. Sometimes I want to use this with a database which has very ugly snake cased table names ## Describe...

Feature Request
help wanted
working on it

## Is your feature request related to a problem? Please describe. not really ## Describe the solution you'd like use https://github.com/unlight/prisma-graphql-type-decimal as graphql type for Decimal type ## Describe alternatives...

Feature Request
help wanted

## Bug description We have seen this on our CI machines and for @sleaper even on his local machine. Here's how it looks like with pnpm: ![image](https://user-images.githubusercontent.com/1305378/178558590-5c8a4008-400e-4d92-b4fc-116763667197.png) here's an example...

bug
help wanted

`A new version of ungit (0.10.1) is available! Run sudo -H npm update -g ungit to install. (You are currently running version 0.10.0.)` Cannot be closed, my version of atom...

This is my error log. ``` > [email protected] preinstall /tmp/apm-install-dir-115919-14427-83m86g/node_modules/atom-ungit/node_modules/ungit/node_modules/getmac/node_modules/extract-opts/node_modules/typechecker > node ./cyclic.js > [email protected] install /tmp/apm-install-dir-115919-14427-83m86g/node_modules/atom-ungit/node_modules/ungit/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws > (node-gyp rebuild 2> builderror.log) || (exit 0) npm WARN engine [email protected]: wanted:...

I am getting ``` 3 [1] 67813 segmentation fault node test.mjs ``` I am running just the sample from the readme: ```js import { Context, F } from 'ggml-js/core' //...

I typically use code first approach to building my graphql APIs. That would be things like https://github.com/hayes/pothos or https://nexusjs.org/ and for those I would prefer to plug them into elysia...

I am used to scripts completion working even with alias for example for yarn ZSH plugin-would it be possible to implement it for pnpm too? I usually have aliases like...

you know you can achieve hot reloading of modules by utilising webpack's `module.hot.accept()`. It would make sense to add it for better DX

enhancement

``` import Router from 'koa-router' import boom from 'boom' import type { Context } from 'koa' ``` when adding a new import `db` to this I get ``` import Router...

bug