-
Hi @krausest! I was wondering if you could help me figure out why I can't build the interactive results?
I followed the instructions in the README, but I guess I am out of luck today.
Here is …
-
Is there any specific reason that the trailing comma is being generated in enum definitions when using
`asEnum`
in pom.xml? We use tslint, which errors out on trailing commas, so this…
-
I'm trying to get started with dojo2 for a project rewrite from adhoc javascript + jquery. I'm trying to go through the tutorial here: https://dojo.io/tutorials/000_local_installation/. This is curr…
-
We need to update the [Dojo 2 projects](http://dojo.io/api/) to use grunt-dojo2-extras.
Each project will need the following:
* add grunt-dojo2-extras
* add `init`, `prepublish`, `publish`,…
-
**Bug**
Running `dojo test -a -c "browserstack"` fails, whilst using the local tunnel or saucelabs run successfully.
```
building "dojo2-todo-mvc"...
ts-loader: Using typescript@2.4.2 and /Use…
-
Consider this example:
```
@import "./fonts.pcss";
.header{
display: flex;
}
@import "./comboboxes.pcss";
```
The second import `comboboxes` will straight up be ignored. No error. No…
-
This would actually be easier than https://github.com/dojo/grunt-dojo2/issues/36, as we'd just ship `esm` in the same flat structure as our `umd` ones. This means no folder structure changes.
We'd h…
-
**Enhancement**
From a discussion:
> yeah, some sort of _waitForInvalidate_ might work for the harness… or `expectRender()` takes an optional flag that says that the next schedule render wi…
umaar updated
6 years ago
-
There are many improvements and added capabilities in TSLint. We should revisit our default `tslint.json` against the [currently supported rules](https://palantir.github.io/tslint/rules/) and take ad…
-
Package Version: 0.2.1
**Expected behavior:**
how to call element.focus() in my custom dojo2 widget?
**Actual behavior:**
I write a widget, contains a `div` and a `textarea…