Gershon Papi
Gershon Papi
Hi, I'm writing a react project written with JSX and ES6, and I've got this error on every file I open, even the plain javascript files (without JSX). The error...
Adds an output plugin for Azure Data Explorer (aka Kusto). #5591 ---- Enter `[N/A]` in the box, if an item is not applicable to your change. **Testing** Before we can...
Hi, I'm currently using express-jwt as follows: ``` app.use(expressJwt({ secret: config.jwtSecret, credentialsRequired: false, getToken: req => req.cookies.id_token, })); ``` I'm using it currently for authentication purposes only: identifying the user....
Shouldn't RTL CSS be included in this package, for semantic-ui-react users who just need RTL css?
Documentation for the new [Kusto output plugin](https://github.com/fluent/fluent-bit/pull/5645)
Hi, first of all thanks this "starter kit". I'm trying to extend the given authentication code to enable the users to also authentication using OAuth via Facebook, Google, etc... My...
The question "What happens if you modify `a[3]`?", aims to teach the reader that we cannot mutate the array after creating a slice. However, the array is immutable regardless. Running...
It would be great if the options parameter would include sequelize options like `fields` and `where` to be used on the base root query. So, for instance, adding `embed.update(User, user,...
Basically, I really liked the idea of this package, but I mainly use ImmutableJS which is makes this package useless for me. I'm willing to submit a PR myself, if...
First I'd like to say thank you and goot job, very helpful. If I'd might add: for a complete example, a field using relay connections should be added, including adding...