Stéphane Nicolas

Results 75 issues of Stéphane Nicolas

we want to have something like ```java bind(IFoo1.class).to(Foo.class); bind(IFoo2.class).to(Foo.class); @Singleton class Foo {} ``` But the issue is that doing so would create to 2 Foo instances, kept in internal...

enhancement

https://github.com/stephanenicolas/toothpick/wiki/Toothpick-software-design

enhancement
help wanted

We consider the following change for the next major release. It will break backward compatibility. We want to have `Toothpick.reset/release(Object name)` instead of `Toothpick.reset/release(Scope scope)` for more consistency as open...

There was a little thing wrong in the case of a qualifier being an internal class. The compiler was using `getName()` from the annotation processing API which translates, not into...

It looks like jacoco excludes are not taken into account by coveralls and it has its own python based exclude mechanism. It would be great to be able to configure...

Hi Tray team, What do you think of adding the ability to read an input stream from a tray item and write to a tray item using an outputstream ?...

enhancement
planned

Would it be possible to add a memory cache mechanism to Tray to boost its performances. Something inspired by https://github.com/tumblr/Remember ?

enhancement

Hi Matthias, I hope you are fine. Do you remember me, we shared a session at DroidCon London once ? It was about memento already. I have been thinking for...

Hi @j256 , I could work on the gradle plugin for Android : https://github.com/stephanenicolas/ormlite-android-gradle-plugin Currently the plugin is still immature. But it can work for most apps I think. It...

The plugin setup is well explained, but it's not clear which task to invoke for it to work. Also, what is the state of the java, java-ilbrary and android support...