Juan Rodriguez Donado
Juan Rodriguez Donado
Hi, you can replace actions/[email protected] by sjdonado/heroku@master as a temp fix until the pull request is merged
> > From my pov it would be great to use full version number of node image in Dockerfile > > For example: 10.18.0-slim > > It'll help to reduce...
I had the same problem `PostgresError: type "role" does not exist` with this schema: ```ts const userRoles = pgEnum('role', ['admin', 'teacher', 'student']); export const usersTable = pgTable('users', { id: uuid('id').defaultRandom().primaryKey(),...
This worked for me https://github.com/nikvdp/ejs-syntax
@fbracht good idea! I can work on it, starting next month :)
> Haha it's not even loose word matching, it's just broken. I've pasted in the Apple Music link for A Tribe Called Quest's Low End Theory and I got this...
YouTube and SoundCloud are challenging because we rely on their search engines to retrieve results. idonthavespotify acts as a proxy, forwarding the same queries a human would type. In some...
README updated based on the last comment https://github.com/sjdonado/idonthavespotify?tab=readme-ov-file#disclaimer-search-based-results
@doghousetv of course, help is always appreciated it! feel free to ping me if you have any questions. Even if you don’t have time to do a full implementation, a...
check the code, both copilot.nvim and copilot.lua are using the same binaries. The gpt4o discussion seems to be out of scope for this wrapper https://github.com/orgs/community/discussions/123670