Lukas Schwab
Lukas Schwab
@lemonmade it seems like the master branch of bigfoot has been dormant for a while––I saw that last year you mentioned working on a vanilla JS version and other big...
I'll take a look at this later, starting with these resources: - [jquery-migrate](https://github.com/jquery/jquery-migrate) - [jQuert 3.0 Beta Released: Major Changes](https://blog.jquery.com/2016/01/14/jquery-3-0-beta-released/)
No worries, I know how it goes! Congratulations on getting married 😄 I just opened https://github.com/lemonmade/bigfoot/pull/56 to add a little bit of issue documentation to README, and spent some time...
This fix has stalled for me––not sufficiently familiar with jQuery or the mechanics of Bigfoot to make much progress. Cheers!
Hey, @apjmason! I'm not sure I can solve this, but I'd love to be able to replicate the issue. What version of Safari are you using? Is this site published...
I think I'm encountering this issue with namespaced subelements of `author` elements in my package [arxiv.py](https://github.com/lukasschwab/arxiv.py). Here's an entry of [the feed in question](http://export.arxiv.org/api/query?search_query=testing&id_list=2104.07569&sortBy=submittedDate&sortOrder=descending&start=0&max_results=20): ```xml http://arxiv.org/abs/2104.07569v1 2021-04-15T16:24:56Z 2021-04-15T16:24:56Z AffectiveNet: Affective-Motion...
I forked this and modified it, using [SVG masking](https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Clipping_and_masking) to achieve transparency. You can view the code [here](https://github.com/lukasschwab/github-corners/blob/master/transparency.html), a hosted example [here](http://lukasschwab.me/github-corners/transparency.html), and its usage in [my pomodoro timer](http://lukasschwab.me/tomatillo/). I...
It may be possible to go back to a package pattern where `arxiv` is still available via `import arxiv` (i.e. without breaking the usage forced by this change). Start by...
This PR may be closed in favor of #84, which introduces submodules–– + Module `query` is exported by default, so `import arxiv` allows for the usage `arxiv.Query(...)`. + Module `category`...
Out of curiosity, did you run into rate-limiting yourself? Do you know when it kicked in (roughly)? There's an export.arxiv.org record for every result from the API, so it should...