-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
- record a macro in vim mode, `q m` ...
- try to invoke the macro using `@`
- nothing happens
#…
-
### Version information
Please include both the PhotoDemon version (found in the `Help > About` menu) and Windows version, if you know it (e.g. "Windows 11").
2024.7
Windows 11
### Describe …
-
Hi,
whenever I have the following code:
```
[x]var b = new A();
```
`[x]` is the cursor
and if I start writing the following macro:
`qq0fnDopkJ` (which is a macro that does absolutely nothing), an…
netei updated
3 years ago
-
in order to run the hdf export in a macro something like the following is enough
```
run("Export HDF5", "select=/tmp/test.h5 datasetname=data compressionlevel=0 input=2d_cells_apoptotic_1channel.p…
-
This rule:
```scheme
(define-refactoring-rule redundant-or
#:description "This `or` expression does nothing and can be replaced with its subexpression."
#:literals (or)
(or a1:id a2:id)
…
-
### Describe the bug
When I try to use the Pkg mode on julia_bin 1.11 (typing ] on the REPL).
### Steps To Reproduce
Steps to reproduce the behavior:
1. run julia on the terminal
2. press ]
…
-
https://github.com/lloydmeta/frunk/pull/124/files/7e4bc32eeac38288f9cedf60c5e5ab68c54e3f30#r220041930
Proposal
> I wonder if we should add a macro:
> ```rust
> record! { // bikeshed
> nam…
-
Related to:
https://github.com/minvws/nl-kat-coordination/issues/957
**Is your feature request related to a problem? Please describe.**
SPF records can contain macros as defined here, which would…
-
It is currently possible (v2.15.1) to load macros with invalid names if the .vi file is altered by hand.
It would be useful to flag them as such in the View Macro Values dialogue box.
-
Writing
```
Let mimeType be a new MIME type whose type
is "application" and subtype is
"octet-stream".
```
is rather tedious. We could make something like
```
Let mimeType be a new MIM…