-
## Description
I'm running into this case where:
* a model was first materialized as view
* then changed to materialized as table
* then when I try `dbt run` that model again (with existing materializ…
-
## Reproduce
1. Use VSCode open repo folder as workspace.
2. Use rust-analysis as lint.
3. Open file `lib/grammers-client/test/deps.rs`
4. It shows an error on include macros:
> failed to loa…
-
The following is valid Clojure:
```clojure
(defmacro foo [xs]
(list println `'~xs))
(foo (a b))
```
However, the error squiggle is incorrect:
![Screenshot from 2024-06-06 12-01-01](https:…
-
This does work:
```rs
use sanitizer::{StringSanitizer};
use sanitizer::prelude::Sanitize;
use validator::Validate;
#[derive(Sanitize)]
struct User {
#[sanitize]
pub kind: UserKind,…
-
Hi! It would be nice when we can define a config for changing HDMI KVM switch input via hotkey
As you know for some devices we switch the input via pressing CTRL+CTRL+1/2
Can you add the ability to …
-
I've tried both `unstable-static-class` and `unstable-static-class-inlined` with LTO enabled. It seems that there are some dead links to the classes. For example, when I enable the feature `NSAttribut…
-
> proc-macro-error is unmaintained
| Details | |
| ------------------- | ---------------------------------------------- |
| Status …
-
### Feature Description
https://laravel.com/docs/9.x/responses#response-macros
> Method 'macro' not found in \Illuminate\Support\Facades\Response
```
-
The `go!` macro is unsound and should require an `unsafe` block to use, with proper "Safety" documentation for the macro.
As discussed in #6, this crate can be unsound when thread-local storage is …
-
Probs due to nested module that the macro creates.