-
## Aktuelles Verhalten
Manche Fonts werden inkorrekt in PDFs embedded aufgrund eines Bugs in (wahrscheinlich) prawn/ttfunk
Help Tickets dazu:
https://help.puzzle.ch/#ticket/zoom/8324
https://help.puz…
-
I recently tried chat.lmsys.org. They have a lot of models. They are collecting large chat datasets for research purposes. You can try to integrate it if you can. You can even get in touch with the te…
-
Hi @Pagebakers I read meteor-wizard code many times and I think is a wonderful writed code and must be reuse for more use cases than AutoForm wizard´s.
Right know I need a tabbed interface and pick t…
-
**The package I want to suggest the idea to**: AngouriMath
Solve `a^2 + b^2 = c provided a in ZZ and b in ZZ and c in { 16, 25, 36, 49 } and 0 < a < c and 0 < b < c`: `a = 3, b = 4, c = 25`
https:…
-
```
Ideally, you would get these published in the maven central repository.
But since that takes too much effort, how about just publishing it under
this project itself. See how Google Gson project …
-
- [ ] http://www.meetup.com/fr/Ansible-Belgium/
- [x] http://www.meetup.com/Belgian-node-js-User-Group/
- [ ] http://www.meetup.com/3DHubs-Gent/
- [ ] http://www.meetup.com/Belgian-IT-Security-Meetups…
-
Arquillian runs nicely but integration tests aren't covered by report when managed container is used. Follow below my configurations:
```
org.jacoco
jacoco-maven-plugin
${jacoco.version}
…
-
**ON HOLD** Zitat Stefan im Meeting mit Umsystemen am 14.3. "Ein neues Element einführen kommt nicht in Frage", als Antwort auf den Vorschlag von Marek, welcher ungefähr diesem Issue entspricht.
Das …
-
```
Ideally, you would get these published in the maven central repository.
But since that takes too much effort, how about just publishing it under
this project itself. See how Google Gson project …
-
def doubleStuff(a_list):
""" Return a new list in which contains doubles of the elements in a_list. """
new_list = []
for value in a_list:
new_elem = 2 * value
new_lis…