-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#143
From: @cxbrooks
Reported version: 7.1.devel
CC: pt-dev@chess.eecs.berkeley.edu
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#6
From: @cxbrooks
Reported version: unspecified
CC: accessors-devel@terraswarm.org
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#143
From: @cxbrooks
Reported version: 7.1.devel
CC: pt-dev@chess.eecs.berkeley.edu
-
Some recent change broke the mechanism using the target `files` parameter. Try this:
```
> cd example/C/
> lfc src/Rhythm/Rhythm.lf
Generating code for: file:/Users/eal/lingua-franca-master/git/…
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#27
From: @cxbrooks
Reported version: 6.0-devel
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#27
From: @cxbrooks
Reported version: 6.0-devel
-
### Website or app
https://github.com/Alice-in-korea/chrome_bug_report.git
### Repro steps
1. Click next day button or prev day button
2. Normally there are only three column for three days but yo…
-
In my `rel/config/config.exs`
I set
```elixir
config :prometheus, ValiotApp.PrometheusExporter,
auth: {:basic, System.get_env("METRICS_USER"), System.get_env("METRICS_PASS")}
```
But Prometh…
-
### Target Use Case
The current infoWindow class doesn't allow for granular control over styling or even the close button. Having an infoWindow that can render a React.ReactNode (or even a static HTM…
-
When Portal is a direct child of Suspense, suspending hides the portal: https://codesandbox.io/s/cocky-boyd-mlq2ko?file=/src/App.js
But when a Portal is deeper in the tree, suspending fails to hide…