-
It is useful to see 'High Pcode' in the CodeBrowser Listing.
User should be able to select one of the syntax styles (preference set in Options):
- Pcode syntax
- syntax as in Graph Control Flow (…
-
ローカルでアプリにアクセスできるようにする
git flowを理解しPRを作成してみる
-
### Describe the bug
In megaboom v6, the resulting floorplan/macro/std cell placement results in paths that appear to "lap" one of the macros multiple times, which intuitively seems wrong:
![CTS_T…
-
We should support gitops deployment flow(s). The basic gist of it is that Exoframe should allow (re-)deploying projects when git repo is updated (push to repo -> webhook -> pull -> deploy).
Having ad…
-
### First check
- [X] I added a descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I refreshed the page and this issue still occurred.
-…
-
>## What went well in building the project?
Planning Roles and Choosing a topic to work with.
Git flow was smooth
Achieving MVP happened quickly and had us feeling accomplished early on
>## Wha…
-
#!/bin/bash
INSTALL_DIR=${1:-$HOME}
echo 'Checking for $(which json)'
which json > /dev/null 2>&1
if [ $? -ne 0 ] ; then
echo '$(which json) not found, installing from npm. May require globa…
-
### What version of CUE are you using (`cue version`)?
0.4.1
### Does this issue reproduce with the latest release?
Yes
### What did you do?
Using a non root value in flow.Run leads to …
-
I'm going to major standardizing and my flow would soon be totally automated, crazy and awesome. I'm using the "standards" - `standard`, semantic releasing with `standard-version` (which is almost the…
-
It would be nice to have some command like:
```
$ git flow feature clean
```
That would search in the git log for branches that have been merged and have no commit ahead, then remove them from local…