Paul Furbacher
Paul Furbacher
@harcod : I think you meant to assign me to #283
Thanks for the confirmation.
As I rework this scraper, I'm wondering if it's valuable to add as a restriction in the result object returned from the scraper that appointments are private, as in the...
1. Not sure what happened to the `availability` and `hasAvailability` properties (sloppy finger taps on the trackpad while editing the out.json copy? I sometimes end up deleting/overwriting large swaths because...
The attached file contains an assessment of the multilingual accommodations on websites we scrape. There may be things that I missed, so consider this a first-pass. [Multi-lingual accommodations.txt](https://github.com/livgust/covid-vaccine-scrapers/files/6398969/Multi-lingual.accommodations.txt)
You should be able to adapt the following demo to your validation scheme: ``` import java.util.List; import java.util.stream.Collectors; import org.controlsfx.control.SegmentedButton; import javafx.application.Application; import javafx.beans.binding.Bindings; import javafx.beans.binding.StringBinding; import javafx.geometry.Insets; import javafx.geometry.Pos;...
I think the intended way of configuring i18n when using this framework is to provide a custom alternative to `net.rgielen.fxweaver.spring.InjectionPointLazyFxControllerAndViewResolver` (see the Javadocs for the hint to provide your own...
Sorry, but I think using ESC in this very non-standard way is a terrible idea. ESC (escape) is universally understood as "get me out of here"! It's never "navigate up...
I should probably clarify: when I wrote about command-up-arrow navigation, it was in reference to the Content View (the drawing canvas) in SceneBuilder. Navigation in the Document View is pretty...