-
well I start to write my own decaf compiler and I want to refer some codes from yours and CS143, but I failed to make in pp1, I only found some reasons, eg. library is libflex, which is -lfl not -ll i…
-
I'm not sure what I did to trigger this. I was editing a JavaScript file, then left Atom open while doing other stuff on my computer, then tried to type in the JavaScript file.
/cc @damieng
**At…
-
The `ShippingLine` class is dropped from `fulfillments_new_form.coffee`.
-
Heya!
I've been getting into homebrew development using wut and decaf, which is great. However, I've encountered what looks like a bug in decaf which seems to root from an _if statement_. I thought i…
-
For Decaf and caching
j-woz updated
8 years ago
-
/report/outline/user.php?id=3&course=2&mode=complete
I haven't traced this completely yet.
Can not find data record in database table course.
Debug info: SELECT \* FROM {course} WHERE id = ?
[array…
-
I was interested in what it would take to hook directly into the WP upgrade system, and it looks like the filter `site_transient_update_plugins` would give you a list of plugins, which you could then …
-
```coffeescript
{@foo, @bar} = options
```
becomes
```js
this.foo = options.foo, this.bar = options.bar, options;
```
(Actual example is in `product_options_edit.coffee`'s constructor)
-
In the Clean theme:
![grader-arrows-clean](https://cloud.githubusercontent.com/assets/4732329/18521295/5b5b26b0-7a60-11e6-8c64-cff8839a95df.png)
In Decaf:
![grader-arrows-decaf](https://cloud.githubus…
-
Right now when translating a `for of` coffeescript loop, we use `Object.entries(object)` so:
```coffee
for code, option of @selectedShipmentOptions[@rateCode]
rows.push(Shopify.Templates.render…