-
With my limited knowledge, here's what I'm thinking:
- Unit tests for backend classes. I think phpspec is the preferred tool here – we already have one spec thanks to @franzliedke.
- Functional/integr…
-
I have maintained ng-annotate for almost three years now and I think it's now time for me to either pass the maintainer bit forward or to declare ng-annotate feature complete, disabling implicit match…
-
It would be super cool if someone wrote a slim library for writing web components and custom elements in rust!
I'm imagining the library would have a trait, and if I (the library user) implement th…
-
**Describe the bug**
The documentation says, that we can stub all methods of a object by using `sinon.stub(obj)`
https://sinonjs.org/releases/latest/stubs/#var-stub--sinonstubobj
This works great…
-
Current PDF export mode rom revealjs doesn't work reliable on most browsers. For example on Firefox you will still get garbage resp. wrong page breaks in the printed results after activating this mode…
cderv updated
2 months ago
-
Hey,
I've been watching this proposal for a while now fearing that it would ignore the Liskov Substitution Principle, cause silly bugs in code that one would otherwise presume to behave as their ES…
-
[ScalaJS-React](https://github.com/japgolly/scalajs-react) is already pretty complete, and I think it'd be great if there weren't yet another way to write Scala.js + React. Is it possible to use Scala…
-
This snippet works fine with Sinon 2.0.0 but fails with Sinon 4.2.2:
```js
it('returns correct thisValue', function() {
window.SomeClass = function() {
this.counter = 0;
this.…
-
主要是想理一下es6 class与es5构造函数之间一些不同点
1. es6声明的class不能直接调用
```
class Animal{}
Animal(); // Uncaught TypeError: Class constructor Animal cannot be invoked without 'new'
```
2. 类声明不会像函数声明那样会被提升
3. 一般…
-
It would be nice to have typescript definitions available.