Colin Sullivan
Colin Sullivan
Adding the `identifiers` option to `~/.topydo` fixes this for me. ``` [topydo] identifiers = text ```
Also the filter is reset when simply refreshing the task list. Although the filter is still selected in the filters pane.
Just to elaborate, I started using the `{% verbatim %}` tag for Django, which i thought was mentioned here but apparently is not. You can find it here: https://gist.github.com/629508 The...
Related, `Buffer.alloc` isn't in `iojs`, so those tests are failing on travis: https://travis-ci.org/colinsullivan/js-opc/jobs/375627474 ``` /home/travis/build/colinsullivan/js-opc/strand.js:21 return Buffer.alloc(input * 3); ^ TypeError: Buffer.alloc is not a function at getBuffer (/home/travis/build/colinsullivan/js-opc/strand.js:21:19) at...
`:controller_issues_bulk_edit_before_save` http://www.redmine.org/projects/redmine/repository/entry/trunk/app/controllers/issues_controller.rb#L282
Ahh cool. Let me know if you're about to take a crack at this (or the other issue) and I'll do the same to avoid doubling efforts?
Perhaps this repo's readme should be updated. I believe you can achieve what this repro provides natively in SuperCollider now, though not quite in the same way. See the "LinkClock"...
> You mean the code in LinkClock's helpfile? If so, yes – they are all running fine. ah, no I meant the examples here, in the Ableton Link project: https://github.com/Ableton/link?tab=readme-ov-file#building-and-running-link-examples
Timothy, Thanks for reporting the issue. I've seen this before, so far I have yet to determine a single cause. I found this part of Ableton's API to be pretty...
I am experiencing this when including an .scss file from another .scss file. Here is a starter project from the cra-typescript template, with node-sass, and a single sass file that...