feathersjs
Here are 236 public repositories matching this topic...
-
Updated
May 25, 2020 - JavaScript
-
Updated
Apr 5, 2020 - JavaScript
How would you integrate Mocha on the server side with Sequelize into the play. Having a very difficult time getting it setup.
-
Updated
May 8, 2019 - JavaScript
-
Updated
May 1, 2020 - JavaScript
-
Updated
Apr 24, 2018 - JavaScript
-
Updated
May 19, 2020 - JavaScript
-
Updated
Jan 18, 2020 - Clojure
As per the doc on https://github.com/marmelab/react-admin/blob/master/docs/DataProviders.md
"Error Format
When the API backend returns an error, the Data Provider should return a rejected Promise containing an Error object. This object should contain a status property with the HTTP response code (404, 500, etc.). React-admin inspects this error code, and uses it for authentication (in case of 40
-
Updated
Apr 1, 2020 - JavaScript
It would be nice to have operators for postgres array-type fields:
https://www.postgresql.org/docs/9.0/functions-array.html
Incoming PR to add:
- contains (
@>
) - contained_by (
<@
) - overlap (
&&
)
-
Updated
May 15, 2020 - JavaScript
-
Updated
Apr 26, 2020 - JavaScript
-
Updated
May 19, 2020 - JavaScript
-
Updated
Jan 12, 2018 - JavaScript
-
Updated
May 22, 2020 - JavaScript
-
Updated
May 19, 2020 - JavaScript
-
Updated
Apr 22, 2019 - JavaScript
-
Updated
Nov 4, 2018 - JavaScript
-
Updated
Apr 30, 2020 - JavaScript
For now a regex is hardcoded it is used to parse nested routes:
let re = new RegExp(':([^\\/\\?]+)\\??', 'g');
It would be nice to be able to specify it if it should be something else than the default
-
Updated
Sep 13, 2018 - JavaScript
-
Updated
Sep 2, 2017 - JavaScript
Example incomplete
I was unable to figure out how to use figbird because the example was incomplete. It doesn't include the client configuration module. Here's what the code should look like, according to David Luecke
import React, {useState} from 'react';
import {Provider} from 'figbird';
**import client from './feathers';**
import Users from './Notes.js';
function App() {
return (
<Provi
-
Updated
Mar 18, 2017 - TypeScript
To enhance the global test coverage, it is needed to add some test for the Postgresql hooks. It is also needed to update the Travis configuration in order to instanciante a Postgresql database. See the following links:
Improve this page
Add a description, image, and links to the feathersjs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the feathersjs topic, visit your repo's landing page and select "manage topics."
We are trying to migrate to v4. But now we are failing because we have no clue how to setup a custom auth (api-key) strategy. In v3 we registered our custom api-key strategy at passport like this:
Is there any documentation how to setup a custom (api-key) authentic