Gerwin Brunner
Gerwin Brunner
## 🚀 Feature Proposal I think it would be good to have a `getFixedExists` function similar to the `getFixedT` ## Motivation When you do translations on the server side -...
Hi, is there a way to use meteor-device-detection with iron router? It does not seem to pick up "_phone" templates automatically. Is there a way to get this working? Thanks,...
Hi, is there a way to pause/stop the processing of jobs of a certain type in a way that also newly added jobs will not be processed? Normally I would...
Hi, does anybody have an idea on how to replicate the behavior of `mup logs -f` with beanstalk? I want to have logs that can be streamed. Any hint where...
Is there a way to generate a SQL file of all the commands instead of running them directly in the db? Something like the SCHEMA file that RubyOnRails creates. We...
Hi, I'm building a meteor and phonegap based app for IOS. I have mp3 files on the meteor server stored with collectionFS (also tried other stuff). Everything works fine :)...
### Issue description Datatype decimal get's broken in 0.3.11 ### Expected Behavior When using a Decimal column in Oracle and SQLLite it should be reading correspondingly. ``` @Column({ type: "decimal",...