Simon Fridlund
Simon Fridlund
Postgraphile have this feature where it allows you to generate GraphQL enum types from each row in a specified table in the database schema. Something similar for kanel would be...
It would be nice if there was a command like `fnm env [--prepare-shell=bash|zsh|fish|powershell]` that would in the case of fish add a file to `~/.config/fish/conf.d/fnm.fish` with `fnm evn | source`...
I would like to create a plugin for commitlint that would lint the committer/author email to only allow email domains from a list i.e. company emails only and possibly another...
Maybe we should document where hooks are run and under which conditions as it isn't clear for people who hasn't grasped the internals of meteor yet. i.e. When running find/findOne...
Let's use `DDP._CurrentPublicationInvocation` to get the `userId` if it's available, otherwise fall back to the current method to be backwards-compatible. Possible since https://github.com/meteor/meteor/pull/8629.
This change will resolve a bug that prevents stdout/stderr from being logged in case of a command execution resulting in error. The mock implementation needs to be fixed as tests...
### Are you submitting a **bug report** or a **feature request**? Feature request ### What is the current behavior? Currently, there is no debouncing done on any calculations ### What...
Helm v2 defaults to creating the namespace if it doesn't exist when installing a chart. Helm v3 on the other hand does not do this as it's seems to be...
I was laying on the beach today and for some reason I started to think about this package and started thinking that maybe we should require the users to install...
Hey So there have been some slight changes to [autopublish](http://autopublish.meteor.com). `meteor admin maintainers mouse0270:bootstrap-notify --remove meteorpublish` `meteor admin maintainers mouse0270:bootstrap-notify --add publishbot` Do this and I'll double check things on...