Martti Roitto

Results 16 comments of Martti Roitto

This fixes common errors when using gulp-fontfacegen with .ttf's from Google Fonts, such as the following: ``` ../node_modules/fontfacegen/lib/ttf2svg.js:19 throw new FontFaceException( ^ FontFaceException: svg conversion failed: TypeError: Cannot read property...

The example in https://github.com/newsiberian/apollo-link-token-refresh/issues/29#issuecomment-700336766 has a security issue. Storing JWT tokens in localStorage can make a public app vulnerable to credential theft by XSS. See: https://auth0.com/docs/secure/security-guidance/data-security/token-storage#don-t-store-tokens-in-local-storage

@Schniz This issue seems to break `npx` because node versions get installed into `Application Support`, which has a space in the name. Using default install through homebrew. ```console $ npx...

Sorry for the noise, then – just switched over from `nvm` today, so I'm not familiar with recent PR activity. Also, this was the only issue of two found in...

Awesome, thank you for the swift action @luigidellaquila !

@TCMiranda This is a must-have. Consider such documents: ``` { nestedArrayField: [ { nestedTranslatedField: { code: "some_string", en: "SomeString", fi: "JokinMerkkijono" } }, { nestedTranslatedField: { code: "some_other_string", en: "SomeOtherString",...

This really needs to be supported. One workaround is to create files in build tooling just to store each single environment variable needed for the spec. Those can then be...

> [RFC6570](https://www.rfc-editor.org/rfc/rfc6570.html#section-2.2) states > > > The expression syntax specifically excludes use of the dollar ("$") > > and parentheses ["(" and ")"] characters so that they remain > >...

@luigidellaquila Would you be able to share any update on this issue? ```console Pulling orientdb (orientdb:3.2.4)... 3.2.4: Pulling from library/orientdb ERROR: no matching manifest for linux/arm64/v8 in the manifest list...

I was able to build an arm64 container from the [official Dockerfile](https://github.com/orientechnologies/orientdb-docker/blob/master/release/3.2.x/3.2.4/Dockerfile) as suggested above, but this solution seems to have extremely poor performance – simply creating a database takes...