Ole Kröger

Results 94 issues of Ole Kröger

Hi, Sounds like an interesting extension ;) Unfortunately I have a problem when I using it with this url: `https://api.trello.com/1/cards/5462737a5d1bee45a2d3ba05?checklists=all&members=true&actions=commentCard&member_fields=avatarHash,username,fullName&key=...................................&token=.............................` (with key and token :) ) I see this inside...

bug
help wanted

Is it possible to redirect automatic instead of showing the link to the page? That would be really great!

Feature Wish

It would be great if the autoincrement field could be dependent on a special field. For exampe: ``` action template tpl:id:template "@@field@@" textbox "field" select "ID-type" "aIb|c" hiddenautoinc "id" @@ID-type@@...

Feature Wish

@JuliaRegistrator register()

Implements #37 I'm not sure whether this approach is a reasonable one. There is a default `BnBNodeInfo` now which is used by a default constructor of an AbstractNode. The values...

Closes #5 Bonobo now creates a table like this such that the user is informed about the current status ![Screenshot_20220507_112556](https://user-images.githubusercontent.com/4931746/167248151-cbe548ec-2e7a-4ebb-8831-d0f4459b442a.png) Can be switched off by setting `log_table = false` in...

Save a struct options inside the tree object to save all kinds of options including: - [x] traversing strategy - [ ] printing - [x] branching strategy - [ ]...

enhancement

I would like to add a generic debugging tool to this which saves the tree nodes in a json file as this is extremely helpful in my ConstraintSolver project. This...

Being able to store several solutions (all optimal solutions or even all solutions)

enhancement