-
benefit:
if buble upgrade itself and compatible with the previous one, users are able to select buble's version themselves.
other examples:
https://github.com/babel/babelify/blob/master/package…
-
#### ListView is deprecated
The link give in the yellow buble is fb.me/nolistview
#### Steps to Reproduce / Code Snippets
Just run any example and you will see the yellow message of deprecat…
-
### Subject of the issue
`@mdx-js/runtime` doesn't handle multiline string props:
```mdx
# Hello
```
![image](https://user-images.githubusercontent.com/3521740/55615875-35753f80-5799-11…
-
I have a component that looks like this:
```js
import React from 'react'
export default () => (HI)
```
My `package.json` has this:
```jsx
{
"source": "src/index.js",
"main": "lib/in…
-
Hi,
package.json "main" field points to `index.js`. This fails with node 10.15.2. I replaced this value by `dist/rollup-plugin-string.js` then it succeed. Am I wrong ?
-
**Describe the bug**
When i check the state in NodeRed of any Alexa Media Player entitiy , the volume reporting does not work as expected anymore. Namely when changing the volume manually, the new_st…
-
## Motivation
This is an amazing project, and moving everyday in a better direction. The idea behind this issue (opened to discussion) is to maybe define some concrete patterns to be used in the co…
-
## The devDependency [rollup-plugin-buble](https://github.com/rollup/rollup-plugin-buble) was updated from `0.19.6` to `0.19.8`.
🚨 [View failing branch](https://github.com/bazzite/vue-warehouse/comp…
-
I'm having problems opening sound files with non-latin-1 characters in them on Windows:
```
import os, sys, pysndfile
print(pysndfile.PySndfile('Bublé.wav'))
````
This fails with:
```
Tra…
-
If we'd like to create and run custom element in detached tree, it is impossible to run atomico handler with it.
```js
import { customElement, useState } from 'atomico'
function MyTag() {
let [ …