Kris Dekeyser

Results 10 comments of Kris Dekeyser

Payara just announced 5.2022.2 with the following remark: "Please note: This is the penultimate Payara 5 Community release. Payara 6 Community will soon take its place, to be used with...

@qqmyers I tried that, but that did not work as expected. The script's document.ready function needs to run to add the search button and attributes to the metadata input fields...

You can do that: `Naturally.sort_by_block(list) { |x| x.downcase }`

@myabc I might have something like that at a given point. In the mean time I worked around the meta problem by putting it in my Representer i.o. the user_options....

@myabc I also looked at the code change you committed for #24. If I interpret that correctly you are stripping both the meta and user_options for the individual document rendering,...

I played a bit more with the Representer and discovered by accident that the :self and :all links appear again when I do not supply the :fields option in the...

BTW the same happens when I add the :include option.

@twiduch Yes I did. I pathced ResourceCollection#to_hash like so: ```ruby module Roar module JSON module JSONAPI module ResourceCollection def to_hash(options = {}) meta = options.delete(:meta) document = super(to_a: options, user_options:...

@twiduch My patch is not that different from the code change 0063d6d. I only remove the :meta information from the options because I need the :user_options when processing the data...

BTW, in my own application I set the suffix to '' (empty string) and I see the same thing happening. So, it does not seem to be related to the...