-
Example:
```ts
import {camelCase} from 'bun';
const camel = camelCase("hello world");
// "helloWorld"
```
#### TODO
- [ ] `Bun.camelCase("two words")` -> `"twoWords"`
- [ ] `Bun.capitalCase("two w…
-
**Describe the problem**
Please describe the issue you observed, and any steps we can take to reproduce it:
1. Set up CockroachDB cluster
2. SET CLUSTER SETTING sql.defaults.idle_in_session_tim…
-
## Bug Report
Credit for this bug report goes to @Alkaagr81
1. What did you do?
```sql
create table t1 (c1 int, c2 char(6), c3 int);
create table t2 (c1 int, c2 char(6));
insert into t1 va…
-
sql/catalog/lease.TestLeaseTxnDeadlineExtensionWithSession [failed](https://tanzanite.cluster.engflow.com/invocations/default/91b9bbe9-e44f-4a24-b21e-7a37f30041ce?testReportRun=1&testReportShard=1&tes…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the commu…
-
acceptance.TestCompose [failed](https://mesolite.cluster.engflow.com/invocations/default/7026894a-5a13-4ece-ad4c-c9043001795e?testReportRun=1&testReportShard=11&testReportAttempt=1#targets-Ly9wa2cvYWN…
-
### dlt version
1.3.0
### Describe the problem
I have a pipeline that copies a table from sql server to azure gen2 storage. It creates delta files and works fine if the parquet files are small howe…
-
### Describe the issue or suggestion
When trying to promote use of aspire within my organisation, I hit the same two misconceptions over and over again
1. We can't use Aspire as we have componen…
-
### Issues Policy acknowledgement
- [X] I have read and agree to submit bug reports in accordance with the [issues policy](https://www.github.com/mlflow/mlflow/blob/master/ISSUE_POLICY.md)
### Where…
-
Hey
While skimming through the [ADR on CQRS](https://github.com/victorrentea/clean-architecture/blob/master/adr/adr-007-use-cased-optimized-query.md), I noticed a remark:
> Coupling - this repos…