-
*Issue migrated from trac ticket # 555*
**component:** computing nodes | **priority:** major
#### 2022-04-06 15:21:27: vito@zettadb.com created the issue
___
> sql code:
> CREATE TABLE document (
…
-
### Bug description
If you try to execute an RLS bypass call using extensions after a call using RLS has already been made, it fails with
```
Error in batch request 1: Error occurred during que…
-
It seems that LSP initialized successfully, but error message shown.
- Error message.
```
LSP :: rls:48934 initialized successfully
LSP :: Unknown RLS configuration: `languageServerHaskell`
``…
-
Editor: Atom
Version: `ide-rust@0.18.4`
I think after recent update I started seeing the following error: I open in editor a project w/ multiple errors -> fix one -> all others are gone. If I rest…
-
Suggestion
```
rls = lm.RLSAlssm(ccost)
xs = rls.filter_minimize_x(y)
observation_energy = rls.get_observation_energy()
model_energy = rls.get_model_energy(xs)
```
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gith…
-
`rust-src` is required by `cargo-xbuild`, `rls`, and `clippy`.
- `rls` is going to be used by the "rls" command: #4
- `clippy` is going to be used by `rls`
-
May need to be done after profiles are implemented
-
When requiring the ActiveRecord gem it breaks everything
Current config
```ruby
# frozen_string_literal: true
D = Steep::Diagnostic
target :pg_rls do
signature "sig"
check "lib"
…
-
*Originally created by @dweinstein (https://github.com/rust-dev-tools/rls-blacklist/issues/4)*:
Based on reading rls-* documentation it sounded like rls blacklists are supposed to be configurable, …