Emmanuel Salomon

Results 39 issues of Emmanuel Salomon

Why doing this condition? https://github.com/Jexordexan/vue-slicksort/blob/fd255d43ea47da34b4ce075bf433b1094fe195da/src/ContainerMixin.js#L618 If `hideSortableGhost` is set to `false` to customize it, it stay in place 😞

# The syntax `---` break markdown editor **Some of my customers (writers) complain that MDC Syntax break their markdown editor.** Consider this code taken from the doc: ``` ::icon-card ---...

enhancement

I use keeweb for years, and I've discovered [keeweb connect](https://github.com/keeweb/keeweb-connect) only recently. It will be nice to add keeweb connect on the homepage of https://keeweb.info

enhancement

### Description I've tried to create a resolver for [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components). It works, but not for all components like dropdown, because there is one file for two components : dropdown and...

enhancement
low priority

`CopySource` should be wrapped with `encodeURIComponent` to prevent utf-8 and special chars in Key. Like this: ```js const params = { Key: dest, Bucket: this.$bucket, CopySource: encodeURIComponent(`/${this.$bucket}/${src}`) } ```

I found a simpler way to put my application in maintenance mode: #### store/index.js ```js export const actions = { async nuxtServerInit({ commit }, { app, route, redirect, error })...

My API contain this route path `/*`. When I execute swagger-vue, it throw an error here (toUpperCase on undefined): https://github.com/chenweiqun/swagger-vue/blob/689037b03fa884c31a3e034cd3a0505107862102/lib/parse.js#L25 I suggest adding `path === '/*'` to line 10.

Hi! Thanks for this library. It's really super fast! I've some issues when I send the html output to a wysiwyg editor caused by the anchor link added in each...

The link in the about is down.

Hi! I added missing stuffs for my needs.