Luc Claustres

Results 32 issues of Luc Claustres

My use case is to validate input data according to a schema on a service, if any. Once my schema has been created I am using the following hook: ```...

### Problem to be solved Feathers allow to register hooks on a service using `service.hooks({ xxx })`, however this is a append-only method. Once some hooks have been registered it...

Feature
Proposal

We would like to know if you would accept a PR on this if we'd like to propose it. It seems that the openmaptiles team has some reluctance to include...

Our use case is that we have a multi-tenant application where each customer has its own database. Theses databases are dynamically created/removed as customer accounts are. As far as I...

Dear all, I've started an effort to create a generic Open Source platform on the weather forecast data topic (https://github.com/weacast) and discovered your work. Weacast is a work in progress...

When parsing the route URL [here](https://github.com/gliderlabs/logspout/blob/master/router/routes.go#L95) the path is not kept while it could be useful for some adapters. For instance, we've developed https://github.com/kalisio/logspout-slack and we need to provide the...

type: enhancement

`feathers-blob` currently relies on a model conforming to the [abstract-blob-store](http://npmrepo.com/abstract-blob-store) interface. Most of the time it appears `feathers-blob` is used to store data in cloud object storages, e.g. AWS S3...

enhancement
help wanted
question

Instead of commit messages like this: ``` feat: xxx closes #29 ``` We used to write the full link to the issue like this: ``` feat: xxx closes https://github.com/kalisio/k-vigicrues/issues/29 ```...

This error is raised when I try to convert to a Cesium tileset: `ept tile -i E:\GeoData\LIDARHD_1-0_LAZ_NP-0822_6319-2021\tilesets\Semis_2021_0822_6318_LA93_IGN69.ept\ept.json -o E:\GeoData\LIDARHD_1-0_LAZ_NP-0822_6319-2021\tilesets\Semis_2021_0822_6318_LA93_IGN69.cesium` The tile set has been build using: `docker run -it -v...

We have created our own authentication strategy in order to automatically renew JWT, details can be see [here](https://github.com/kalisio/kdk/blob/master/core/api/authentication.js#L72). However, it appears that if the original token does contain some additional...