-
_This issue was originally filed by kiena.ab...@gmail.com_
---
**What steps will reproduce the problem?**
1. Create a new web application.
2. In the html file change line 9 from
<h2 id=&q…
-
> My thinking is that "controller" is not sufficiently agnostic; the word comes with MVC baggage, yet it's use is very flexible
> [source](https://github.com/lhorie/mithril.js/issues/413#issuecomment-…
-
The code
this.bind(SomeType.class).toInstance(new SomeType());
in AbstractModule subclass causes default "inject-and-forget-instance" behavior. The singleton behavior should be instead since the in…
-
I found that somebody (I can't call him a Codewarrior though he is 2kyu) passed **all** his katas in Ruby by cheating.
The many different ways he is using have all the same aim: `==` will always retu…
-
Each platform comes with its own “main event loop” implementation, making it hard to build crossplatform API over it.
We shoul provide a base abstract loop definition that can help this.
Discussion …
-
Distro: Fedora release 22 (Twenty Two)
Kernel: Linux fwiffo 4.0.4-303.fc22.x86_64 #1 SMP Thu May 28 12:37:06 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Manufacturer and model:
baseboard-manufacturer: …
-
At present, BRJS doesn't support services that need to be provided asynchronously. The [New Registry Proposal page](https://github.com/BladeRunnerJS/brjs/wiki/New-Registry-Proposal) contains a proposa…
-
_From [hani@formicary.net](https://code.google.com/u/103141376271880053273/) on March 14, 2007 09:22:31_
Support for JSR-250 (javax.annotation) would also be very useful for all those people using in…
-
```
Implementation of the eTSL model described in the eTSL draft v0.85.
```
Original issue reported on code.google.com by `marius.e...@gmail.com` on 9 Nov 2009 at 9:50
-
```
I've been using Multiset recently for frequency counting of objects, then
various tasks sorting by frequency. Perhaps there's a better way to do
that in general (I'm no expert when it comes to al…