devklick

Results 8 issues of devklick

The changes in this PR are to address issues #58 and #57 - Adding support to take pieces of configuration from an appsettings file, rather than all configuration having to...

**Describe the bug** I'm trying to drop my database. It's name contains uppercase characters. When I execute the `DROP DATABASE` command, it seems like Beekeeper Studio is converting the command...

# 🐛 bug report ## Preflight Checklist - [x] I have read the [Contributing Guidelines][contributing] for this project. - [x] I agree to follow the [Code of Conduct][code_of_conduct] that this...

I'm trying to extract a section in the middle of an mp4 file. When I set the start position, then end position, then save media, the outputted file contains everything...

I have a simple `.runsettings` file in the root of my repo which just collects coverage: ```xml lcov ``` When I run `dotnet test`, I provide the path to the...

- REST Client Version:v0.25.1 - VSCode Version: 1.87.0 - OS Version: Linux Mint 21.1 When I specify a path to a JSON file to use as the request body and...

Hi, I've found this example super helpful, so thank you! In your [`configs.js`](https://github.com/neverendingqs/serverless-dotenv-example/blob/d64f27a99178fcef22ea482909b82ff1b9e8f1fb/configs.js#L3), you accept two parameters: - `options` - `resolveConfigurationProperty` Can you point me in the direction of the...

### Description Not really a feature request, more just a suggestion to consider improving an area of the docs. In the [Replaces Loader with Assets](https://pixijs.com/guides/migrations/v7#-replaces-loader-with-assets) of the v7 migration docs,...