Jean-Sébastien Goupil
Jean-Sébastien Goupil
When trying to start the app, I get an error. I also have uninstalled it and re-installed it. I have 2 monitors, they have different DPI. I remember the app...
With the new version 2.1.0, there is a RESX being created alongside the .cs and Designer.cs, however, the path mentioned in the designer does not work properly. After calling `dotnet...
Somehow, your project does not load properly with Angular 10. I used your project forever and starting Angular 10, I get the following error: ``` ERROR in ./src/app/controls/input-address-country/input-address-country.component.ts 35:16-24 "export...
The new version is out and the difference can be found here: https://static.developer.intuit.com/resources/ReleaseNotes_QBXMLSDK_14_0.pdf The main things we should fix is to add the QBXml 14 Schema. change the `VERSION` to...
Currently, in the ExecuteResponse we check if the main required object is present. But when there is an error, it ends up to be an ugly if case for each...
I tried to bring this `TimeFunc` on the `ParserOptions`, then pass it in the `Claims` But I just saw a recent retraction of something very similar. https://github.com/golang-jwt/jwt/pull/184 So, I would...
## GORM Playground Link https://github.com/go-gorm/playground/pull/490 ## Description The goal is to change the `time.Time` to another object. It works great during the `Create` scenario, but during a `Save`, I would...
## GORM Playground Link https://github.com/go-gorm/playground/pull/465 https://github.com/jsgoupil/gorm/commit/95f580725520d37f146585ceb36c9efc37ced2c3 ## Description The `ExplainSQL` does not display the time zone when displaying a time. The following times, ``` now := time.Now() nowInPST := now.In(pst)...
**For support questions, please consider using [Gitter - Chat](https://gitter.im/angulartics/angulartics2)** **I'm submitting a ...** * [ ] bug report * [X] feature request * [ ] question about the decisions made...