István Lantos
István Lantos
I use this script for youtube-dl. I want to open a Save as... dialog to choose the location. For example, the save path will be inserted into the cmd script,...
This is my i18n configuration: ``` js locales: ['en', 'hu'], fallbacks: { en: 'hu' }, defaultLocale: 'en', ``` i18n initialized to the routes with this middleware: ``` js const langRouter...
### Description: I try to achieve the following project structure, where I keep Laradock in an untouched git submodule: ```sh /my-project-folder /laradock /src /wordpress .env docker-compose.override.yml ``` My `docker-compose.override.yml` looks...
**Description** I have the following command to generate a yaml which used for Compose: ```sh touch laradock/.env docker compose \ --env-file laradock/.env \ -f laradock/docker-compose.yml \ -f docker-compose.override.yml \ convert...
# This is a Bug Report ## Description I have the following `serverless.yml`: ```yml # NOTE: update this with your service name service: lanti-serverless-stack-api frameworkVersion: "=1.27.1" # Use the serverless-webpack...
**Is your feature request related to a problem? Please describe.** I'm using shdotenv in a special Laradock project structure, where I merge Laradock's and my environment variables into one: ```sh...
I installed this app on my iPhone 5 (iOS 9.3.1). After opening the app, touching any menu, the app unresponding. Not registering any touch event. Waiting the screen to dim,...
**Description** This problem came to my attention when I try to spin up a new Laradock project. I thought for a moment I could use multiple environment files to input...
# Description of the new feature/enhancement This feature request closely related to: https://github.com/microsoft/winget-cli/issues/120 https://github.com/microsoft/winget-cli/issues/223 https://github.com/microsoft/winget-cli/issues/405 There are programs which can be safely self upgrade itself, like [Node.js](https://github.com/microsoft/winget-pkgs/blob/master/manifests/OpenJS/NodeJS/). Until there will...
I start my vim task with this command: ``` * chcp utf8 & set TERM=XTERM & "%SystemDrive%\vim\vim.exe" -new_console:nh0p5zP:"" ``` I'm using Consolas for every ConEmu tab, but I want to...