Frédéric Camblor
Frédéric Camblor
While using [Backbone.ModelBinder](https://github.com/theironcook/Backbone.ModelBinder) in correlation to backbone-nested, I encountered some weird chrome errors : ``` Failed to read the 'selectionDirection' property from 'HTMLInputElement': The input element's type ('time') does not...
If `idAttribute` is defined on a `NestedModel` and this `idAttribute` has a nested path, current implementation is not resolving value correctly. Don't know if my implementation covers every cases (`set`...
- [x] I'm reporting a bug, not asking for help - [x] I'm sure this is a Leaflet.MarkerCluster code issue, not an issue with my own code nor with the...
I have a `tsconfig.json` file with `allowJs:true` In my `grunt-ts` configuration, I'm referencing it and using the `passThrough:true` option : ``` module.exports = { options: { verbose: true }, dist:...
# Feature Request ## Motivation Behind Feature On my project, a `cordova prepare` step can take a lot of time (mainly because of cocoapods which takes minutes to install all...
### Platforms affected None, Typescript type definition only ### Motivation and Context Typescript 4.4 [has introduced a lot of changes in `lib.dom.d.ts` file](https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/1029), which raises a lot of compilation errors...
# Bug Report ## Problem ### What is expected to happen? When calling `FileWriter.write()` (with `create:true` flag) on same file concurrently leads to only one content (maybe the latest being...
Hello there, I faced a lot of problems trying to make this plugin's `v5.1.0` working on both iOS and Android. My environment info : ``` Cordova: 10.0.0 cordova-android: 10.1.1 cordova-ios:...
Hi there ! I'm currently using the `sourcesContent` field in my sourcemap, allowing to directly embed sourcemapped content into my sourcemap file.  In that case, it seems...
⚠️ testing still in progress - @aheritier found something which was maybe a bug in #285 comments : > I am not able to test the floating new messages feature...