kirill
kirill
Different brainfuck programs handle EOF differently. Some expect EOF to be stored as 0, some expect it to be stored as -1, some expect it to not be stored as...
**Current behavior** Take this file for example: **Simple.vue** ```vue export default { props: { color: { type: String, default: '#112233', }, disabled: { type: Boolean, default: false, }, size: {...
**Current behavior** [An issue](https://github.com/vue-styleguidist/vue-styleguidist/issues/654) was already made [and resolved](https://github.com/vue-styleguidist/vue-styleguidist/pull/672) and yet it still does not work. Parsing: **ExplicitVModel.vue** ```vue export default { model: { prop: 'checked', event: 'checked:update', }, };...
I found a [`MouseCursor`](https://docs.rs/nannou/0.15.0/nannou/ui/cursor/enum.MouseCursor.html) enum in the docs but it's not clear how to actually use it. `App.mouse` returns a read-only [`Mouse`](https://docs.rs/nannou/0.15.0/nannou/state/mouse/struct.Mouse.html) instance but it would be nice if I...
@jeffreyguenther made [this commit](https://github.com/unsplash/comment-on-pr/commit/9aac0ab874c140608e0bde6edbb8df09625366c6) which introduced a regression. Before the commit this configuration would work as expected: ``` name: comment-on-pr example on: pull_request jobs: example: name: sample comment runs-on: ubuntu-latest...
@jeffreyguenther @aaronklaassen closes https://github.com/unsplash/comment-on-pr/issues/55