-
## Please prefix the issue title with the project name i.e. [rush], [api-extractor] etc. ##
**Is this a feature or a bug?**
- [ ] Feature
- [X] Bug
**Please describe the actual behavior.**
…
-
Comment and vote here if you want documentation, otherwise I'll just be focusing on adding new features and enhancements.
-
### System Info
Transformers.js "version": "2.17.1"
macOS Sonoma version 14.3.1
tsconfig.json:
```typescript
{
"compilerOptions": {
"outDir": "./dist/",
"module": "CommonJS",
"target…
-
### Describe the problem that you'd like solved
Currently OL does not have support for offline functionalities. There needs a brainstorming about the features that needs to be supported while t…
-
It would be cool and useful if Crank were to provide a compatibility layer to consume React components. This would provide a migration path from React to Crank, porting components from the top down.
…
-
**Is your feature request related to a problem? Please describe.**
It takes a few clicks to get to the collateral bids to monitor them. It would be nice to see those bids in the dashboard as an easy …
-
Is there a way to create an instance of a controller per request?
This would allow providing context about the request to all the methods of the controller (ie: `currentUser`, `logger` (with reques…
-
# 1. Introduction
Hello there, fellow contributors of the **OpenSearch Dashboards community**!
I've done a lot of thinking, writing, and talking about OpenSearch Dashboards with a lot of really …
-
There are a number of useful class properties / methods on the BaseParser / CstParser that aren't exposed via TypeScript, so it's hard to know if they're stable / safe to use. One of those is `tokensM…
-
I'm sure there's a good technical reason - I just find myself reaching for the niceties of custom elements with store models, but they're just not there. E.g. instead of the power of setter functions …