Aki Sasaki

Results 9 issues of Aki Sasaki

### Steps to reproduce Log in to Taskcluster, and attempt to run an action on a taskgroup (e.g., add new tasks) ### Expected behavior The action runs successfully. In the...

🐞 bug

`scriptworker.exceptions.CoTError: CoTError('JSON-e error while rebuilding scriptworker:parent task definition: InterpreterError at template.tasks[0].repoUrl: infix: . expects objects')` This error tells me that we're trying to use a non-object in a template that...

Related: #203 . We do a lot of `url[8:]` to strip the `https://` off of a url. This doesn't work if we start using, say, `ssh://` urls. I was originally...

Use case: Releng was asked if we knew when a given secret was last changed. We didn't, but Cloudops was able to retrieve this information from the logs. This could...

From the [community meeting notes](https://docs.google.com/document/d/1dCQScxwH04VInIntxesYVQ8te1IvLTZXWYrHNgi1Irc/edit): [ahal] especially from Github - [x] Link from checks UI - [ ] Tail of the log - Idea: load last N lines through web-server...

### 🚀 The feature, motivation and pitch I seem to use Obsidian differently than most: 1. create a worldbuilding vault 2. write a manuscript, linking to already-existing files This means...

feature request

I have an Obsidian markdown vault that has these features: - File `a/b/string.md` exists - Files with headers `# string` or `## string` exist When I turn on `marksman` on...

## Bug Report #### Current Behavior If you `cd` into a softlinked directory, the `directory` module doesn't know what to display (currently doesn't display anything). e.g., ``` ~ > cd...

🐛 bug

Without the custom qmk step, my mod keys work on layer 1, no matter which order I hit them: - `Layer 1` + `Shift` + `=` gives me `+` -...