-
*Edit: the current proposal is here https://github.com/denoland/deno/issues/8099#issuecomment-757434256*
---
Probably should have thought of this when we did `Deno.customInspect` but we didn't. …
-
**Describe the bug**
If I'm using Pydantic 2, cbv.py imports package `typing_inspect`. However this is listed as an optional dependency.
**To Reproduce**
Steps to reproduce the behavior:
1. I…
-
Thanks for publishing this. I am trying to get them to work on our system. We had some similar working rules but lacking somehow that the source IP passes to the containers.
While executing csf -e …
-
While working on https://github.com/docker/docker/pull/26931, I noticed that `docker network inspect` does not show `AuxiliaryAddresses` that were used to create the network.
Possibly, this is "by de…
-
### Description
During test Friday we noticed that default value of `mode` is not shown in the inspect API output. This is because if the mode is not present in the policy it is taken from `Mesh` obj…
-
Currently, if we're inspecting an Exception, we cannot directly navigate to the file/line of each element of the rendered stacktrace.
i.e., this stacktrace is just text atm:
![image](https://git…
vemv updated
6 months ago
-
Declare a global `WAT`, initialized to an OrderedCollection
```
WAT := OrderedCollection new.
```
Then create a class with the following `printOn:`
```smalltalk
Toto >> printOn: x
WAT …
-
### Describe the problem
Svelte 5 introduced the [`$inspect`](https://svelte.dev/docs/svelte/$inspect) rune, which has very similar functionality to the debug tag. This makes me question the necess…
-
`inspect` [ref/Accessing_Geometric_Elements.md#inspecting-elements](https://github.com/CindyJS/CindyJS/blob/master/ref/Accessing_Geometric_Elements.md#inspecting-elements) is still missing in CindyJS.…
-
Add a simple
```
fn inspect(x: T) -> T
```
function that acts like the identity function, but prints the value `x` to the terminal. Ideally, this would come with source code location information (…