Vic Shóstak

Results 22 issues of Vic Shóstak

Hello and thanks for awesome package! Django 1.11.7 I use custom processor for text overlay. This is my code: ``` python # ./example/processors.py from django.conf import settings from imagekit import...

question

Hi, After installing your package (`v3.0.0`), VS Code always shows me this warning message: ![Screenshot 2021-11-23 at 07 27 26](https://user-images.githubusercontent.com/11155743/142971508-dfd4b3da-4d16-4894-bc0e-e93f6f996561.png) But I've not imports in other files with `package:easy_localization/src/public_ext.dart`, only...

Hello. * Python: 3.6.4 * Bottle: 0.12.13 I'm using Pipenv for manage virtual envs. ## Code ```python # run.py # Import Python packages import os, json, bottle from bottle import...

Hello. In my `package.json`: ```json ... "dependencies": { "vue": "^2.5.13", "parcel-bundler": "^1.4.1", "parcel-plugin-vue": "^1.5.0", "vue-template-compiler": "^2.5.13" }, "devDependencies": { "babel-preset-env": "^1.6.1" } ... ``` After `npm install` at clean project...

help wanted

Hello @rgalus! I have a problem in Safari 11.0.3 (macOS 10.13.3): [![https://gyazo.com/2cd0ad07a98626452d98e2216446e642](https://i.gyazo.com/2cd0ad07a98626452d98e2216446e642.gif)](https://gyazo.com/2cd0ad07a98626452d98e2216446e642) HTML (I'm using [Bulma CSS Framework](https://bulma.io) `0.6.2`): ```html ``` JavaScript (packed via Webpack `3.10`): ```js import Sticky from...

Hi, How to auto-delete temporary files after downloading Electron? ![Screenshot 2022-01-06 at 23 15 49](https://user-images.githubusercontent.com/11155743/148445886-ea6ab113-b433-4ad3-b727-f73c6a035902.png) For example, the file `electron-darwin-amd64-v16.0.5.zip` weighs as much as 83.4 Mb!

Hello! I'm working with specific payment system (only in my country), which not in list of supports by `django-payments`. Could you please give me simple example or tutorial, how to...

Hello. What about supporting TypeScript? When I try to use, I see this: ```bash Try `npm install @types/reactbulma` if it exists or add a new declaration (.d.ts) file containing `declare...

Hi, I consistently get a weird bug on **macOS** (desktop) when adding `Supabase.initialize()` to the `main()` function. On Android and iOS (both emulators and real devices) this bug does not…...

Hi, I think is a good practice to cover Asynqmon dashboard with some auth procedure to login. A common case is when such tools are put side by side in...

enhancement