Vadorequest

Results 314 comments of Vadorequest

Note that the issue with events not being sent was actually a different issue, which was caused by `posthog.init` being called twice in my code, but the `loaded` event would...

On my side, I'm having difficulties overwriting a generic `v1` version, it doesn't get overridden and so far I couldn't figure out why. So, a boolean like `allow_override` would be...

@jo-tools Can you run the GitHub CLI from GitHub Actions? Would you have an example?

Thanks, I've eventually migrated to using GH CLI as well. Here is an example: https://github.com/UnlyEd/github-action-store-variable/blob/main/.github/workflows/auto-git-release-production.yml

We're using dbdiagram, indeed. And that's it for now. Our workflow is to edit on dbdiagram, unless we need advanced features like search and replace, or look at the "code"...

I believe as well this `default` thing is required in EJS. See: http://stackoverflow.com/questions/29188640/struggle-with-ejs-and-scope-of-not-so-local-variables/29262428 Also, what's `

Oh, looked really easy to me but I see there are some issues, I understand very well why it's not a default. (lib.d.ts) Appex looks interesting, I think you should...

Hi @mrtnzagustin, thanks. I haven't touched Sails since 2015, so this repo is probably completely outdated. I'm using Next.js with TypeScript nowadays. See https://github.com/UnlyEd/next-right-now

Next.js does both frontend and backend. It's true that it's mainly front-end oriented, but it's great with backend too because it uses AWS Lambda (using Zeit/Vercel) behind the wheel for...

This would be awesome. I'm wondering about one thing, when is stopped the code included into a contentFor in the View? I mean, if I want to set some contentFor,...