François Marie
François Marie
As it was first written and intended, the `@Emit` decorator was supposed to emit an event conditionally, depending on the return value. I came back after several month and saw...
While switching from `rollup-plugin-typescript` to `rollup-plugin-typescript2` in order to produce declaration files, the `*.vue` files are not recognized anymore. ``` [!] (rpt2 plugin) Error: someFolder/index.ts(2,53): semantic error TS2307 Cannot find...
I'm trying `-postcss` instead of `-css-only` to try to solve another problem, but I face this one here. With this configuration: ```js { ... scss(), vue({ css: false }), postcss({...
I just wanted to try as the screenshots looked nice, but I was unable to even see localy how DejaVue works I end up with a screen containing two titles...
## Bug report https://github.com/eddow/csv-auto-chart I used the [financial example](http://plottablejs.org/examples/finance/) and applied it to my case where I have several plot in a group instead of a plot with several dataset....
Hello, In order for the Gridline class to be more extendable, shouldn't be some elements - like the values `_between?` and `_?Scale` be `protected` instead of `private`? I here had...
When augmenting an interface two different times in to different files, instead of grouping the augmentations, `dts-bundle` complains of duplicates
I see tables are not yet implemented in sveltemantic and I have a proposition. I am making a [column-wise table definition](https://github.com/eddow/svelte-cw-table) for svelte who has no styling yet. If it...