Cedric Hurst
Cedric Hurst
Firstly, this is incredibly cool. I'm in utter disbelief at how amazing this project turned out. For most of my production work, I compile coffeescript to javascript as part of...
Firstly, thank you for this plugin. It's been a huge help to my workflow to edit coffeescript natively in Eclipse. However, I often run into a lot of false-positive compiler...
Apologies for the original pull request, I selected the wrong branch to merge into... I've prepared a Grails contribution per the issue request here: https://github.com/seedifferently/the-great-web-framework-shootout/issues/3. Grails is a popular framework...
If this is referencing the native Apollo DataSources mechanism I believe it the argument option should be `dataSources` and not `datasources`
We've found it super valuable to be able to test GraphQL queries and mutations based on pre-defined fixture data. But I think it would be very useful to other Pal.js...
I've noticed that many parts of the Pal.js code log messages to `console.log`. For many of our production apps, we will use third-party logging libraries like [Pino](https://github.com/pinojs/pino). This allows us...
Our team often uses [Storybook](https://storybook.js.org/) to create a gallery of our React components. This allows us to view and test these Components with various props, viewports, and states. While the...
I've found the built-in support for SQLite is a great way to get started. But more often than not, my team is building apps that talk to Postgres or other...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 At the moment, cli.progress() takes an option argument of any and returns any. This makes it difficult to validate...
Solr 3.3 added support for result grouping such that results can be returned hierarchically grouped by a common field value like so: ``` major_value: a major_value: a, minor_value: 1 major_value:...