Raphael Michel

Results 83 issues of Raphael Michel

Hi, we fetch a large collection of objects from the database where we need to access the ID of the foreign key. ``` List allCheckins = store.select(CheckIn.class).where(…).get().toList(); for (CheckIn c...

enhancement

Hi, I'm trying to get some aggregates, grouped by values of a table and of a joined table. Specifically, I'm trying to do the following query: ``` store.select( Receipt.EVENT_SLUG.`as`("event_slug"), Receipt.CURRENCY.`as`("currency"),...

This library currently enforces `importlib_metadata

For HKCAZ, we are expected to supply a list of supported URNs. However, as far as I can see, our ``TypedField`` mechanism doesn't allow such a thing, since for every...

From ``dialog.py``: ``` # assert response.segments[0].message_number == self.next_message_number[response.DIRECTION] # FIXME Better handling of HKEND in exception case self.messages[response.DIRECTION][response.segments[0].message_number] = response self.next_message_number[response.DIRECTION] += 1 ``` From @henryk in PR #34: >...

The "DiBiZentral" field at http://www.winmedio.ch/kbu/#Start1 is neither recognized by parseSearchFields nor by the filter implementation of libopacplus

enhancement
libopac
wontfixfornow

Enable sorting the bookmarks into categories like "school", "work", "fantasy", "music", …

enhancement
user interface

https://verbundwiki.gbv.de/display/VZG/SRU https://verbundwiki.gbv.de/display/VZG/PAIA https://verbundwiki.gbv.de/display/VZG/DAIA

new opac api
libopac

# Problem 1 ``` STACK_TRACE=java.lang.RuntimeException: Unable to start receiver de.geeksfactory.opacclient.reminder.ReminderBroadcastReceiver: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String de.geeksfactory.opacclient.objects.LentItem.getTitle()' on a null object reference at android.app.ActivityThread.handleReceiver(ActivityThread.java:3020) at android.app.ActivityThread.access$1800(ActivityThread.java:177) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1509) at...

bug

There have been some problems in #419 and #413 that we ought to prevent.

enhancement
docs