-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
Programmatic API (`babel.transform`, `babel.parse`)
### Input code
```js
const { default: generate } = require…
-
**Describe the bug**
Ubuntu 22.04.3 LTS SNAP btop will not show zfs iostats because apparmor denies access.
See #339 from an eternity ago.
**To Reproduce**
have ZFS FS > snap install btop
**E…
-
Hey @drowzy,
I am trying to parse a config with `heredoc` like this:
```hcl
action "transform_data" {
js =
-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
Programmatic API (`babel.transform`, `babel.parse`)
### Input code
```ts
parse("foo.", { errorRecovery: true })
```
##…
-
running `cargo clippy -- -Dwarnings -Fdead_code` in my binary produces two errors and no warnings. both errors are coming from `clap`.
```
error[E0453]: allow(dead_code) incompatible with previous…
-
Clippy outputs these warnings:
```
warning: `state
.parser
.as_mut()
.ok_or(InterpreterExtractError::new())?` is being shadowed
--> artichoke-backend/…
-
We were attempting to upgrade our project to Avro 1.12.0 with `jackson-dataformat-avro` version `2.17.2`
The failure I get is as follows:
```
Exception in thread "main" java.lang.NoSuchMethodEr…
-
Hi there,
I apologize for leaving this as an issue, but I'd really love to see development of this be continued. My rust experience isn't good enough to contribute right now, but I just wanted to s…
-
### What happened?
### Problem
After making a ext_converter for this type dimmer and pairing, the dimmer is supported but works only on one side.
![SuperDimmer](https://github.com/user-attachme…
-
Hi there,
I was trying to use nom-recursive to pass path expressions like "expr.field.field.field". I couldn't get it working, so I tried making a minimal change to the example program and ran into…