Ecosyste.ms: Timeline

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

tylermmorton

tylermmorton pushed 1 commit to master tylermmorton/torque
  • Styling and layout changes 723bd2e

View on GitHub

tylermmorton pushed 1 commit to master tylermmorton/torque
  • Sort symbols and group by file 78a016c

View on GitHub

tylermmorton opened an issue on NiklasPor/prettier-plugin-go-template
Parser fails when template syntax exists within html tag
Hi, firstly thank you for this plugin, it's a really great tool when working with Go HTML templates. I noticed the parser falls over when template syntax exists within an HTML tag. ```html ...
tylermmorton pushed 1 commit to master tylermmorton/torque
  • Add basic symbol navigation 0a23b14

View on GitHub

tylermmorton pushed 1 commit to master tylermmorton/torque
  • Add x-tab-switcher and use on navigator template 7e8e9f2

View on GitHub

tylermmorton pushed 1 commit to master tylermmorton/torque
  • Move page logo into app ui a01b519

View on GitHub

tylermmorton pushed 2 commits to master tylermmorton/torque
  • tidy go mod, update symbols json 3e50cec
  • Refactor context menu and use as an external template a8b57bb

View on GitHub

tylermmorton pushed 1 commit to master tylermmorton/torque
  • Passing around the symbol query parameter e433aed

View on GitHub

tylermmorton pushed 1 commit to master tylermmorton/torque
  • Add experimental Headers controller interface 0f5fe84

View on GitHub

tylermmorton pushed 1 commit to master tylermmorton/torque
  • Implement symbol lookup in context menu 85662a9

View on GitHub

tylermmorton pushed 1 commit to master tylermmorton/torque
  • Add html lang support and copy button 45ef8c5

View on GitHub

tylermmorton pushed 2 commits to master tylermmorton/torque

View on GitHub

tylermmorton opened an issue on gomarkdown/markdown
Go mod is currently version 1.12
Would it be possible to upgrade this package to the latest Go version? 😁 Currently its `1.12`, whereas the latest Go version is `1.23.2`
tylermmorton opened an issue on gomarkdown/markdown
Code blocks support `meta` fields
Code blocks in markdown can have an optional meta field directly after the `lang` option: ```` ```go <meta> package main func main() { ... } ``` ```` Currently the gomarkdown pars...
tylermmorton created a comment on an issue on gomarkdown/markdown
Hi @delaneyj, please see my implementation where I use frontmatter with gomarkdown. Let me know if this helps! https://github.com/tylermmorton/torque/blob/master/.www/docsite/services/content/m...

View on GitHub

tylermmorton starred agustin-del-pino/go-promises
tylermmorton opened an issue on tylermmorton/tmpl
Compiler: Recurse struct fields even when they're not `TemplateProvider`s
In a scenario where multiple embedded templates are used: ```go type navItem struct { Icon templates.Icon `tmpl:"icon"` } type navGroup struct { NavItem navItem } type Navigator ...
tylermmorton pushed 1 commit to master tylermmorton/torque
  • Upgrade docsite dependencies 3120d05

View on GitHub

tylermmorton pushed 1 commit to master tylermmorton/torque
  • Rename to torque.NoOutlet 5c4ddcf

View on GitHub

tylermmorton pushed 1 commit to master tylermmorton/torque
  • Create mechanism for preventing outlet wrapping at the handler level 9b76e52

View on GitHub

tylermmorton pushed 1 commit to master tylermmorton/torque
  • Add outlet support for vanilla http.Handlers, remove Delete in favor of Action b075eb8

View on GitHub

tylermmorton pushed 1 commit to master tylermmorton/torque

View on GitHub

tylermmorton pushed 1 commit to master tylermmorton/torque

View on GitHub

tylermmorton pushed 1 commit to master tylermmorton/torque
  • Add encoding/decoding of path params dac396d

View on GitHub

tylermmorton pushed 1 commit to master tylermmorton/torque
  • Implement torque.RouteParam 47c8638

View on GitHub

tylermmorton pushed 1 commit to master tylermmorton/torque
  • Use standard library file server 4c5712e

View on GitHub

tylermmorton pushed 1 commit to master tylermmorton/torque

View on GitHub

tylermmorton pushed 1 commit to master tylermmorton/torque
  • Implement HandleFileSystem f173fd1

View on GitHub

tylermmorton pushed 1 commit to master tylermmorton/torque
  • Allow infinite nesting of Handlers 28ea9c9

View on GitHub

tylermmorton pushed 2 commits to master tylermmorton/torque
  • Add vanilla handler test 0cb7a6b
  • Decouple radix trie routing from outlet rendering fee589f

View on GitHub

Load more