-
Test file:
```
(defun f ()
(format t "f~%"))
(defun test ()
(f))
```
1. `M-x sly`
2. `C-c C-k`
3. Place cursor at call of `f` in function `test`.
4. `M-.`
5. Cursor jumps to `(defun …
-
my OS is Ubuntu 20.04 can someone please help me i don't know how to fix that ?
```bash
sudo ninja -C build install
ninja: Entering directory
build [1/50]
Compiling Vala source ../t...testcli…
-
### LeetCode Username
_microB_
### Problem Number, Title, and Link
https://leetcode.com/problems/intersection-of-three-sorted-arrays/
### Bug Category
Missing test case *(Incorrect/Inefficient C…
-
When I use a wrapper function, `ValidationError` is not thrown when properties are missing.
Created a repo with reproduction: https://github.com/f3oall/deepkit-deserialization
Run `bun test`, al…
-
I have found three bugs in the `doubly_linked_list` class, below I will show how to reproduce them and give possible solutions.
# Bug in `search` method
Due to `t != tail` condition statement, the…
-
This may be a bit of a hack due to my usage but it felt useful enough to bring up (maybe a way to do this exists already)
I've been looking for a way to execute some code _after_ every OnStart hook…
-
When testing it on the shiny template, it shows as:
![image](https://github.com/dfe-analytical-services/dfeshiny/assets/52536248/fe607819-465a-4fb9-ba2f-6895b0e03386)
But when on the test_dashboar…
-
As mentioned in the title, custom tags just doesn't work in the new version of burp. I don't see any error messages in the extensions output either.
To reproduce:
1) Create custom tags
2) Uncomme…
-
**Build Scans:**
- [elasticsearch-periodic-packaging #3769 / windows-2016_packaging-tests-windows](https://gradle-enterprise.elastic.co/s/c3f53cw6x3cqm)
- [elasticsearch-pull-request #32028 / windows-…
-
With construct runtime it compiles:
```rust
frame_support::construct_runtime!(
pub enum Runtime
{
System: frame_system,
MyPallet1: my_pallet::,
#[cfg(feature = "frame-feature-testing")]…