Vlad Rafeev

Results 10 issues of Vlad Rafeev

**Now** I can't select output format. I use PNGs for lossless image storage. But I want them to get converted to JPSs, since I can set quality lower (specially for...

enhancement

### Right now Latest Macbooks (and many more devices) aren't capable of full support of 3D graphics. Current implementation of a Visualiser in 3D isn't working [in my case], browser/REPL...

enhancement

Now Web app is not working on iOS Safari ![image](https://user-images.githubusercontent.com/2384694/148209217-b2ee6e7f-b98d-49e9-a570-aebd65975947.png) ![image](https://user-images.githubusercontent.com/2384694/148209647-e57cc67e-b2e4-4baa-ae16-cea8ba75532d.png) ![image](https://user-images.githubusercontent.com/2384694/148209527-11993dcb-2b34-48ff-a9e8-6ef04d05b6ab.png) Expected Web app is working on iOS Safari

dandaka-mbp:html dandaka$ npm install rsvg npm WARN package.json [email protected] No repository field. npm http GET https://registry.npmjs.org/rsvg npm http 304 https://registry.npmjs.org/rsvg > [email protected] install /Users/dandaka/projects/oco-web/html/node_modules/rsvg > node-gyp rebuild /bin/sh: pkg-config: command...

**Now** 1. User has 2 versions of a rep (master and beta) 2. Updates at the same time 3. Things get messy, since both updates use same folder config.php →...

How to reproduce 1. Add DO server 2. Open Outline Manager from time to time in a month time 3. DO server disappears from list of servers 4. Error message...

feature request
good first issue
manager

I have a problem with expose() going negative as soon as a new player loses his first game. Is there any simple arithmetic transformation, that always keeps all ratings in...

**Now** All Storage Adapters (and Session as it is dependent on them) do not support working without Node API. So Grammy can't be used with the sessions plugin on Cloudflare...

Code: ``` // Fire the callback with the updated position of the clip (if it's playing). max.observe({ path: 'live_set tracks 1 clip_slots 0 clip', property: 'playing_position' }) .on('value', function(val) {...

**Now** const { preflight, corsify } = createCors() gives error TypeError: Cannot read properties of undefined (reading 'origins') **Working for me** const { preflight, corsify } = createCors({ origins: ['*']...