vanhumbeecka

Results 10 issues of vanhumbeecka

Is it possible in R to set multiple providers (for layers) to Leaflet? Single provider: ``` L1$tileLayer(provider = 'Stamen.TonerLite') ``` Multiple providers? (Setting the previous line multiple times, overwrites the...

## Feature Request ## Is your feature request related to a problem? Please describe. While trying to write tests for NestJS, I'm trying to override nestjs-middleware, by defining it with...

type: enhancement :wolf:
scope: testing
effort2: days

While executing the basic gprcc command on Mac OS Sierra: ```grpcc --proto --address 127.0.0.1:``` I'm getting the following errors ``` TypeError: Cannot read property 'ns' of null at Object.load (/usr/local/lib/node_modules/grpcc/node_modules/grpc/src/node/index.js:152:28)...

Replace the incorrect `scope` to `scopes`. Otherwise, the default scopes of `['openid', 'email']` will be used without the given `profile` one. (lost couple of hours because of this documentation bug.)

I'd like to report a _bug_ Given the following code: ``` @Module({ dynamic: true, store, name: 'user' }) class User extends VuexModule implements IUserState { token = 'something'; @MutationAction({ mutate:...

### Search terms you've used Asked this question in Gitter chat. Was directed here to explain the use case. ### Use Case This is part question/feature-request. I'm working on a...

enhancement

Suppose ``` @Component({ selector: 'time-table', controllerAs: 'TimeTableCtrl', properties: [ '@minHour', '@maxHour', '=myEvents' ] }) @View({template: require('./timetable.html')}) @Inject('$log') export class TimeTableComponent { ``` How can I access the myEvents in the...

There is an option to pass nullable booleans over the connection: ``` Sexp.Make(bool? x) ``` But there aren't options to pass on nullable strings, ints, doubles, ... Why is that?...

enhancement

Question. For example: what if you want to check username availability, can you make an asynchronous call to the server to check the availability inside the 'validationValue' element? The code...

## 🐛 Bug I have the following setup: * On my synology NAS, I have Aim running as a docker container. * I can reach the server via it's (local)...

type / bug
help wanted
area / integrations