Cal
Cal
The following will not be re-named because there is a dash between 'btn' and 'default' ``` /* Not renamed */ .btn-default { ... } /* Renamed */ .btndefault { ......
Fixes this issue: https://github.com/ccampbell/html-muncher/issues/6
Firstly - nearley is awesome 👍🏽, I was able to create a working grammer in no time at all! The biggest problem so far has been performance. I'm parsing a...
#### Version: 0.37.3 #### Platform: Mac OSX arm64 (m1) Monterey #### Severity: Critical #### Description: If you install `npm i libp2p` you get a broken version of libp2p. You have...
It looks like you are now using `apollo-link` as the HTTP interface for `prisma-binding`. It would be awesome if we could supply our own link, as the beauty of the...
This may be a feature request, but the current behavior is a bit confusing. ### Expected behavior The dialog automatically wraps the contents with a `` if it doesn't detect...
### Environment 0.30.0 ### Steps to Reproduce 1. Create multiple wrapped errors using `thiserror::Error`: e.g. `OuterError::HTTPError(InnerError::CollectionHasNoAST)` 2. Call `sentry::capture_error(&error);` 3. View in Sentry console ### Expected Result Errors go from...
Currently there is no way to break early from code, other than using lots of nested `if` statements. We're proposing to add a `block.` and `break.` to the Miden assembly...
### Description I only want to use dark mode. I've tried setting it in every place possible. layout.tsx ```tsx import type { Metadata } from 'next' import { Providers }...