Tobias Schlottke

Results 14 issues of Tobias Schlottke

Multi selects are also re-styled and do not work

Hi, it would be great if a function would be accepted as initialState to properly sync the FSM with a model that comes with a state and is persisted. Best,...

enhancement

I am using ngx pagespeed (x-page-speed: 1.12.34.3-0) on the google cloud (k8s in alpine, +downstream proxy/cache). I want the pages itself to be cached, as I can't afford the load...

As this project seems to be lightly maintained, I'd like to help out to push the owner towards opening up for contributions (there are a lot of PRs that do...

Hi there, we're experiencing the following problem: ``` {{ember-selectize content=model.driversLicenseOptions optionValuePath="content.score" optionLabelPath="content.label" selection=model.driversLicenseDict value=model.driversLicense}} ``` If I select something and skip to another "model", the selection stays the same, even...

Hi there, we had a problem with several models that weren't reloaded properly. I just traced it down and it's the funny combination snailgun & factory_girl: If you use factory_girl...

Hi there, I'm having constant problems with your example code. Code: ``` bot.on('message', async message => { const {sender} = message; let out, buttons; await sender.fetch(`first_name,last_name,profile_pic`, true); // true: use...

Hi there, with ruby 3.0 it throws the above error.

unfortunately, in case of an array of errors on a single field (which is what ember-data does all the time), only "[object Object]" is shown as an error. Any ideas?