Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

stibu81

stibu81 pushed 2 commits to main stibu81/ibawds

View on GitHub

stibu81 pushed 1 commit to main stibu81/ibawds
  • install language de_CH in github actions to make spell check tests work 2fd5ec1

View on GitHub

stibu81 pushed 7 commits to main stibu81/ibawds
  • fix bugs in spell_check_slides() 7622902
  • add tests for spell_check_slides() fce40fb
  • make check_url() more robust by using GET when HEAD fails 6d1840c
  • add check_links_in_file() d8be2fa
  • fix bug in extract_urls() 51d3b77
  • handle urls followed by punctuation in extract_urls() 78fa3f7
  • add check_links_in_slides() 21bcc23

View on GitHub

stibu81 pushed 2 commits to main stibu81/ibawds
  • let check_lecture_packages() also find packages that are installed in the slides d7a1fa8
  • suggest package styler 62ceb27

View on GitHub

stibu81 pushed 3 commits to main stibu81/ibawds
  • rename spelling.R 22ac35d
  • move parts of spell_check_*() to helper functions a7118d8
  • add check_url() 30adeba

View on GitHub

stibu81 created a comment on an issue on stuartlangridge/ColourPicker
I had the same problem on Ubuntu 24.04. [This post](https://forum.snapcraft.io/t/snapped-app-not-loading-fonts-on-fedora-and-arch/12484/24) solved my problem: ``` sudo rm /var/cache/fontconfig/* ...

View on GitHub

stibu81 pushed 3 commits to main stibu81/simpleTaxonomy
  • add .github to .Rbuildignore 44b9aa5
  • shiny app: put some controls in accordeon panel df4206b
  • shiny app: show wikipedia button also for the root node c39c42a

View on GitHub

stibu81 created a comment on an issue on rstudio/renv
Explicitly specifying the branch when installing with pak did not help. But the new commit seems to solve the problem. Thanks!

View on GitHub

stibu81 created a comment on an issue on rstudio/renv
I just wanted to point out that the issue also exists on Ubuntu. I have this problem with a package of my own and renv itself (which I installed from GitHub): ```r renv::update() #> - Checking for...

View on GitHub

stibu81 pushed 1 commit to main stibu81/simpleTaxonomy

View on GitHub

stibu81 created a comment on an issue on r-lib/styler
Works now as expected, thanks!

View on GitHub

stibu81 pushed 1 commit to main stibu81/simpleTaxonomy

View on GitHub

stibu81 pushed 1 commit to main stibu81/simpleTaxonomy

View on GitHub

stibu81 pushed 1 commit to main stibu81/simpleTaxonomy
  • allow language selection in get_wikipedia_image_urls() cfcf904

View on GitHub

stibu81 opened an issue on r-lib/styler
styler does not remove space after $
styler removes spaces before `$` but not after: ``` r library(styler) # OK style_text("mtcars $disp") #> mtcars$disp # Not OK style_text("mtcars$ disp") #> mtcars$ disp style_text("m...
stibu81 pushed 1 commit to main stibu81/simpleTaxonomy

View on GitHub

stibu81 pushed 3 commits to main stibu81/simpleTaxonomy

View on GitHub

stibu81 deleted a branch stibu81/simpleTaxonomy

improve_performance

stibu81 pushed 6 commits to main stibu81/simpleTaxonomy
  • make igraph::neighbors() faster 5ec1eb0
  • extract vertex attributes only once 77880e0
  • fix bug in graph_as_nested_list() 24cf0fd
  • precompute all children in graph_as_nested_list() 8c6d665
  • handle igraph bug #1605 ce7e807
  • Merge pull request #4 from stibu81/improve_performance Improve performance 287a53d

View on GitHub

stibu81 closed a pull request on stibu81/simpleTaxonomy
Improve performance
improve the performance of `graph_as_nested_list()` by using vectorised functions where possible and by setting the igraph option return.vs.es to FALSE. Note that a bug in igraph leads to wrong res...
stibu81 opened a pull request on stibu81/simpleTaxonomy
Improve performance
improve the performance of `graph_as_nested_list()` by using vectorised functions where possible and by setting the igraph option return.vs.es to FALSE. Note that a bug in igraph leads to wrong res...
stibu81 pushed 2 commits to improve_performance stibu81/simpleTaxonomy
  • precompute all children in graph_as_nested_list() 8c6d665
  • handle igraph bug #1605 ce7e807

View on GitHub

stibu81 pushed 1 commit to main stibu81/taxonomyData

View on GitHub

stibu81 pushed 1 commit to main stibu81/taxonomyData

View on GitHub

stibu81 created a comment on an issue on igraph/rigraph
This might have similarly unpleasant consequences as #1606 so maybe it should be discussed and planned together with that topic.

View on GitHub

stibu81 created a comment on a pull request on igraph/rigraph
OK, just let me know.

View on GitHub

stibu81 created a comment on a pull request on igraph/rigraph
Anything I can do to help?

View on GitHub

stibu81 created a comment on an issue on igraph/rigraph
I think I know how to fix this and am happy to do it. But I would appreciate a confirmation that for all the functions that I listed, the expected behaviour is to return numeric indices when `retur...

View on GitHub

stibu81 opened an issue on igraph/rigraph
Some functions that return vertex or edge sequences ignore the value of the option `return.vs.es`
### What happens, and what did you expect instead? Several function that return vertex or edge sequences ignore the value of the option `return.vs.es` and return `igraph.vs` or `igraph.es` objects...
stibu81 starred igraph/rigraph
Load more