KevShe

Results 11 issues of KevShe

- Rollup Plugin Name: @rollup/plugin-dynamic-import-vars - Rollup Plugin Version: 1.4.4 Documentation Is: - [ ] Missing - [ ] Needed - [x] Confusing - [x] Not Sure? ### Please Explain...

### Describe the problem When building your app, at some point you might wanna move a page to a different URL. But at that point you could already have dozens...

### Describe the bug When an error like > 'Parent' is not defined. Consider adding a block with 'export let Parent' to declare a prop (App.svelte:1:0) is thrown, the repl...

site

What about a flag like `add-execution-tokens` which is `true` by default, but can be set to false if necessary. This way, you would have a file with "raw" sql statements...

question

Just like the `add-drop-table` but `add-truncate-table`. Would make sense together with the `if-not-exists` option. Though you can workaround with `add-drop-table` and then simply let the dump completely re-create the tables....

### Describe the problem I'm always frustrated when I play around in the repl and when I want to reset the rendered page, I have to either reload the entire...

site

## Bug, feature or question? Is this a bug, a feature request or a question? Give us a short description. The property `Hybridauth\User\Profile::$identifier` is typed with phpdoc as `int|null` but...

tag: enhancement :100:
contributions: welcome :1st_place_medal:
tag: v3

### Symfony version(s) affected 6.3 ### Description Error is thrown that `/var/www/html/foo/bar` is not readable when trying to attach a file to an email. ### How to reproduce Using symfonys...

Bug
Status: Needs Review
Status: Waiting feedback
Mime

### Describe the problem Now that Svelte allows dynamic types on the input element, you can have a checkbox with a `bind:value` attribute. When checking the checkbox, Svelte yells: >...

It seems that compilerOptions have no effect at **all** for the compiler. ```js export default { input: 'src/main.js', output: { sourcemap: true, format: 'iife', name: 'app', file: 'public/build/bundle.js' }, plugins:...