Omar Ayoub

Results 9 comments of Omar Ayoub

For PHP 8, the package version is `dev-develop / 1.0.x-dev`, which i guess not ready for production.

Hi, i have the same problem but with Dependency Injection, so i cannot use neither optional args nor fake method. I think it is better to pass an instance of...

No, the constructor args are mandatory. I can make a PR, if you agree.

This is an example in one of our projects where we use Json2Typescript. ```typescript import { JsonObject, JsonProperty } from 'json2typescript'; @JsonObject('Offer') export class Offer { @JsonProperty('id', String, true) id:...

. ├── Capfile ├── Gemfile ├── Gemfile.lock ├── config │   ├── deploy │   │   └── example.com │   │   └── frontoffice │   │   └── production.rb │   └── deploy.rb └── tasks Capfile...

I have the same problem with version 12.0.8 and node v14.18.3 (npm v6.14.15).

The JS source files doesn't exits on this repos, there is only the compiled files. There is a pull request that resolve the issue. While waiting for the pull request...

@mtnorthrop the problem was that in EntryMarkup.js the script is looking for svg using match() and looping over the result without checking if there is none (the match() return null...

Hello, @tan75 is there a workaround or a version where the isMatch and parse are strict ?