-
**Describe the feature:**
Currently, in Lens the axis title can be controlled in two locations.
The first location being the vix toolbar which has the highest control. This can be set to `None`, `Cu…
-
AFAIK, lens distortion model matters a lot to the computation of the intrinsics, ie., focal length and principle points.
Is there assumption that they are already known in this paper?
Thanks.
-
-
Consider the following example:
```rust
#[derive(Component)]
struct A { }
#[derive(Component)]
struct B { }
fn system1(
my_query: Query
) {
fn immutable_helper(subquery: &Query) {…
-
As already mentioned on Discord I have the following propsoal:
Would it be possible to generate thumbnails with isometric perspective ‘from above’ by default?
What I mean is to have the orientation…
-
### Describe the bug
When using my editor to try and run tests I have no code lenses for any tests using the TestNG test framework.
Furthermore, when I try to run all tests in a file, there are no…
-
Was tried to run Kubescape in Open Lens and it shows:
![image](https://user-images.githubusercontent.com/13336060/209555690-604f9353-8581-47fb-bcb7-44527279017d.png)
Open Lens version
![image](…
-
**Describe the bug**
The app shows a error and component stack page when opening deployments side bar.
**To Reproduce**
Steps to reproduce the behavior:
Open and close multiple deployments in a …
-
### 🚀 The feature, motivation and pitch
In BPE decoding we often have a tensor of token ids and a vocab storing an array of strings where elements may have a variable length. Decoding in the basic …
-
The type signature on the cheat sheet says:
```haskell
outside :: Prism s t a b -> Lens (s -> r) (t -> r) (a -> r) (b -> r)
```
But in fact `s` and `t`, and `a` and `b` should be swapped:
`…