Emil Ahlbäck
Emil Ahlbäck
In a model like: ``` ruby class Mockup include Mongoid::Document include Mongoid::Paperclip include Mongoid::Versioning has_mongoid_attached_file :screenshot, :url => '/system/mockups/:id/:version/:id.:extension', :path => ':rails_root/public:url' Paperclip.interpolates :version do |attachment, style| attachment.instance.version end end...
**Is your feature request related to a problem? Please describe.** It is frustrating that param decorators cannot be fully type checked. ```ts interface User { id: string } export function...
Imagine a scenario were we have an input type that is used in 3 different mutations. I communicate to my colleagues that I've changed the input type, perhaps making a...
Hi I'm using standard Ubuntu with standard Java installed. Chapter 1 `./sbt.sh` worked just fine but Chapter 2 is giving me trouble already. This is the last few lines from...
It ain't pretty. Keeping this as a WIP PR in case anyone else wants it.
Since building on Apple silicon is nigh impossible and such a drag... here's autodeploy to the staging cluster. Code is stolen/donated from https://github.com/upphandling/upphandling-app
Hello 👋 We are testing our own implementation against yours, and I noticed that the following text from the spec regarding cdr.charging_periods.tariff_id is ignored: > tariff_id > Unique identifier of...
**Which repository?** - citrineos-core **Describe the bug** Missing integrity or bypassed type checking in the code causes a runtime exception in the real-time authorization flow. **To Reproduce** Steps to reproduce...
**Which repository?** - citrineos-core **Describe the bug** The real-time authorization module [uses type casting](https://github.com/citrineos/citrineos-core/blob/fcbbe13b4aa1cceb4701558a7b39290fb99b3ce5/02_Util/src/authorizer/RealTimeAuthorizer.ts#L113) instead of parsing the response from the realtime-authorization URL. If the response is malformed this causes...