Alper Cugun

Results 80 issues of Alper Cugun

I'm trying to find the right hash to be able to get a non-current version of pnpm. I've tried entering `nodePackages.pnpm` (and also `nodePackages` and `pnpm`) but none of these...

I think the other one is pretty findable now.

I have a command called `icalBuddy` that if I run in the shell outputs my calendar events for tomorrow. If I run it with edit-with-shell, it tells me "No calendars"....

I checked out this p5 and tried to compile it against a current jar of sunflow but it's filled with errors and I'm not well versed enough in Sunflow to...

I'd like to use this without changing the db.Model, is that possible? The use case: - We use MySQL in production which has `JSON` - Locally we want to test...

I would like stale to run only on PRs but not on issues. I don't see a way in the documentation to do so.

feature request

For some reason I can't install haskell: ``` Stack has not been tested with GHC versions above 9.4, and using 9.6.0.20230128, this may fail Error: [S-9443] No setup information found...

Ran this on a fairly sizeable code base and got this: ``` [Error: EMFILE: too many open files ``` Node.js v18.7.0

You have a folder called `/models/` here where you have classes that are annotated as `@Entity()`? https://github.com/TrilonIO/nest-data-source-agnostic/blob/main/src/countries/models/country.model.ts Shouldn't those go into the folder called `entities/`?