pratclot
pratclot
There is also a way to do it in terminal without `watch`: ``` while true; do clear; glow README.md; sleep 2; done ```
Hey @alexzanderr . I made this `glower.sh` script: ``` #!/bin/sh script -q -c "glow README.md" /dev/null ``` Note that `script` has different syntax on MacOS. Then I launched this: ```...
Hey @ben-j69 , I tried `0.2.0` it seems. Looks like #53 fixed the package name handling, but not the secret names. Do you think it will make sense to reuse...
Hey @ben-j69 , Sure, sounds good to me, and thanks a lot for considering the changes!
Hi! I added some more changes to the library. There are basically 4 things in this PR now. - ability to let the library construct the shape based on the...
Today also completed work on the RecyclerView example.
@Nasib555 actually, there are [two](https://github.com/TakuSemba/Spotlight/pull/118/files#diff-faee38460c920de26306ea41367f2008952bffce79a8a62ee1e39edec6a83e50) [new](https://github.com/TakuSemba/Spotlight/pull/118/files#diff-730a76b319ca135437b12d6ce7cc61fa492d411dd7d73d958523206f00eb42b7) Activities already. Please check if they work for you. Have a great day!
> 1. Install `krew` from here https://krew.sigs.k8s.io/docs/user-guide/setup/install/ (skip this step in case you have already it) > > 2. Install `modify-secret` plugin > `kubectl krew install modify-secret` > > 3....
I have the same issue. There are some examples in [here](https://github.com/go-python/gopy/blob/master/_examples/funcs/funcs.go), where Python functions are called from Go with arguments. Whenever I try to pass a `struct` or a `map[string]string`,...
The same issue for me, worked for a ~month and now this. Updated from `2024.2.0-rc1` to `2024.2.2`, still the same. Judging by the reports above it may start working tomorrow?...