Ecosyste.ms: Timeline

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

DavidAlphaFox

DavidAlphaFox pushed 4 commits to master DavidAlphaFox/clojure-service-template
  • use tailwindcss cli (#1) dbcad77
  • add Dockerfile 5d05e77
  • add tailwind build step to dockerfile (#2) 50fb2f0
  • fix dockerbuild (tailwind compilation) 4542f1c

View on GitHub

DavidAlphaFox pushed 92 commits to main DavidAlphaFox/clog
  • regex dir search 0e306f6
  • default search on enter and start focus on regex 4523916
  • normalize tabs when not lisp f110cdf
  • search subdirs 81753f5
  • recursive search done 03f1d74
  • merged 8ebc9e1
  • regex for filenames 8647c99
  • move *clog-running* to clog:connection 05c4759
  • preview panel 816f07b
  • grep from menu ed790a7
  • rename js function causing regression 23af6f8
  • added support for qlot 1b304b8
  • remove dir search from file menu ea0d495
  • qlot docs improved e3585b2
  • additional qlot notes on updating 8cf47da
  • remove ocicl mention in readme 21bbda5
  • no-quickslip option eda7610
  • Support no-quicklisp asdf systems and OCICL e189b51
  • handle searches of symbols with regex conflicts 1777465
  • regex search fixed 62e8b89
  • and 72 more ...

View on GitHub

DavidAlphaFox pushed 5 commits to master DavidAlphaFox/helix-1
  • fix check for js/Symbol 2a37bb4
  • 0.2.1 773a646
  • docs: add sample of clj-kondo configuration (#155) Add description about `clj-kondo` configuration needed to analyze... 2bcb00c
  • use same analysis for dom macros as $ a6c4f5d
  • changelog 32178ef

View on GitHub

DavidAlphaFox starred atlassian/pragmatic-drag-and-drop
DavidAlphaFox starred aryx/ocaml-elm-playground
DavidAlphaFox starred eggmantv/wechat_gate
DavidAlphaFox starred tonsky/fast-edn
DavidAlphaFox forked cdaddr/gaka

DavidAlphaFox/gaka

DavidAlphaFox starred cdaddr/gaka
DavidAlphaFox starred phantomics/specops
DavidAlphaFox pushed 33 commits to dev DavidAlphaFox/Plotly.NET
  • fix #415: - Add Layout API functions to retrieve all instances of a subplot (e.g. all x axes) - fix some typos in dy... 9ae74f5
  • #388: Add logic for positioning subplot titles in LayoutGrid ab7a9e8
  • fix #413: - remove all existing axes/subplot layouts before adding a single new one each per respective grid cell - a... 66496cc
  • Merge pull request #453 from plotly/fix-grid Improve chart grids 3787bec
  • update release notes cd63a51
  • bump dependencies ca47ee0
  • Update README.md with "maintained by Plotly" badge a0ce6b1
  • Update README.md with "maintained by community" badge 98a4d18
  • Update docs for v5 (#458) * use fsdocs 20.0.1 * add docs for legends * add temporary fix for multi legend regr... d4c2ea8
  • Add C# wrapper for Chart.SingleStack(...) 4ebd0d0
  • Merge pull request #467 from TheKiiiing/dev Add C# wrapper for Chart.SingleStack 6cdf52d
  • Pin DynamicObj dependency to <3 f16b6ae
  • wip replace obsolete DynObj functions cdacd3b
  • port layoutobjects to DynamicObj v4 9a0713e
  • wip port traceobjects to dynObj v4 730240f
  • use DynObj module with inlined functions 36781a3
  • finish trace objects dynobj v4 port, fix some sankey props 266779c
  • port trace2d to dynobj v4 - adjust some Dynobj usage - fix some unused function args 58d270c
  • port trace3d to dynobj v4 bd0a8a3
  • port tracepolar to dynobj v4 21b25a3
  • and 13 more ...

View on GitHub

DavidAlphaFox starred nanozuki/tabby.nvim
DavidAlphaFox forked Eugeny/tabby

DavidAlphaFox/tabby

DavidAlphaFox starred Eugeny/tabby
DavidAlphaFox forked expo/expo

DavidAlphaFox/expo

DavidAlphaFox starred react-native-community/template
DavidAlphaFox pushed 10000 commits to master DavidAlphaFox/react-native-macos
  • fix: set proper framework dependencies for built-in pods (#45104) Summary: Platforms like visionOS require explicit ... 6bb75c7
  • Fix runtime shadow node reference corruption on measure (#45116) Summary: Pull Request resolved: https://github.com/... 72ce6ff
  • Fix Cache checks in build_hermes_macos (#45127) Summary: The cache checks in GHA were performed against bool values,... 4273571
  • Bump CLI to 14 alpha9 (#45121) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45121 ... 61b3c95
  • chore: remove lockfile from Helloworld (#45135) Summary: Accidentally shipped, removing. ## Changelog: [Internal] ... 9ba600c
  • JS plumbing to get dropShadow into native (#44939) Summary: Pull Request resolved: https://github.com/facebook/react... b56ce9d
  • Add DropShadow effect on Android (#44937) Summary: Pull Request resolved: https://github.com/facebook/react-native/p... d11a7b0
  • Add invalidate() method to ReactHost and ReactInstanceManager (#45081) Summary: Pull Request resolved: https://githu... a3db352
  • Migrate ReactHost / ReactInstanceManager destroy() call sites to use invalidate() (#45082) Summary: Pull Request res... 986cf18
  • fix: podfile lock cache keys (#45128) Summary: These keys weren't evaluating`hashfiles(...)`. {F1716603166} ## Cha... 2d737bb
  • Rename some methods in RuntimeScheduler_Modern to refer to event loop more explicitly (#45143) Summary: Pull Request... 0062435
  • fix: Improve Timers error handling and web compatibility (fixes #45085) (#45105) Summary: Improve compatibility with... af04eb7
  • Enable EventEmitter parsing for TypeScript TM Specs (#45118) Summary: Pull Request resolved: https://github.com/face... 6daccf7
  • Reject debugger connections to unknown page IDs (#45148) Summary: Pull Request resolved: https://github.com/facebook... a7adfef
  • Keep HostTarget registered until ReactHostImpl/ReactInstanceManager is invalidated (#45146) Summary: Pull Request re... 4a8f0ee
  • Allow library podspec to declare Swift Package Manager dependencies (#44627) Summary: React-Native uses Cocapods for... f903f34
  • feat:- added UIInterfaceOrientation in place of statusBarOrient… (#44825) Summary: This PR replaces the depreacted `... cf015f9
  • Fixes TextInput crash when undo if text longer than maxLength (#45097) Summary: Fixes https://github.com/facebook/re... 9b9c780
  • Make RawPropsParser::iterateOverValues more performant (#45088) Summary: Pull Request resolved: https://github.com/f... 1fda630
  • Inspector: Enforce device and appId filters if both are given to /open-debugger (#45140) Summary: Pull Request resol... c797037
  • and 9980 more ...

View on GitHub

DavidAlphaFox pushed 156 commits to main DavidAlphaFox/ui-1
  • chore: rebuild registry dc8853c
  • (1/N) cli: framework support (#4569) a62a155
  • chore(release): version packages (#2597) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.gith... f99cd2a
  • fix: cli (#4669) 99588ff
  • fix: blocks 84540f5
  • Merge branch 'main' of github.com:shadcn/ui 6b92dd8
  • docs(www): update callout 5ad11ff
  • fix(www): hide sidebar-01 for now 2fac3e4
  • fix(www): url 81c7e44
  • docs(www): updates docs for Astro (#4723) 0f7591f
  • fix(shadcn): handle quote in theme values (#4726) * fix(shadcn): handle quote in theme values * chore(shadcn): fi... fab9877
  • docs(www): update laravel docs 0b74059
  • Merge branch 'main' of github.com:shadcn/ui 5a28937
  • docs(www): update installation docs (#4725) f5931f8
  • feat(shadcn): add support for src dir (#4729) * feat(shadcn): add support for src dir * chore: add changesets 701e116
  • fix(shadcn): init with src (#4731) * fix(shadcn): init with src * chore: add changesets faa7a67
  • Fix init command for default style - fixes #4722 (#4724) * Fix init command for default style The empty dependenc... 4e4118f
  • chore(release): version packages (#4730) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.gith... cfba3fd
  • Fix use-toast module path (#4728) 77fc5ec
  • docs(www): Open in v0 docs (#4734) * feat(www): open in v0 * feat: update copy * fix: sidebar link * fix(te... 078dfe6
  • and 136 more ...

View on GitHub

DavidAlphaFox pushed 100 commits to main DavidAlphaFox/jquery-ui
  • Demos: Optimize PNG files Optimization done by calling: for i in `find -name '*.png'`; do optipng -o7 -zm9 $i... 827abdf
  • Build: Add jQuery 3.6.1-3.6.3, update Migrate to 3.4.0 3286792
  • Docs: Add a maintenance mode info to README Closes gh-2150 988b73d
  • Tests: Test only valid values for Datepicker defaultDate, min/maxDate The docs say that valid periods when using str... f8990e6
  • Demos:Tests: Avoid self-closing HTML tags Self-closing tags are reported by newer versions of the htmllint Grunt plu... 0977ea1
  • Tests: Fix tooltip tests by destroying tooltips Some tests were not properly destroying tooltips which made tests st... 9dc2bf9
  • Tests: Switch from QUnit.jsDump to QUnit.dump `QUnit.jsDump` was renamed to `QUnit.dump` in QUnit 2.0. Ref gh-2157 f36fe9e
  • Build: Test on Node 10, 16 & 18; fix CI in Node <16 Ref gh-2157 afb83c3
  • Tests: Make Puppeter really fire Chrome on macOS Also, workaround issues with QUnit Chrome bridge: the Chrome bridge... 360259e
  • Build: Stop using ::set-output in GitHub Actions The `set-output` workflow is deprecated in favor of using environme... 43ed5c9
  • Build: Update dependencies, including QUnit 1 -> 2 Also, fix htmllint lang exclusion patterns. Ref gh-2157 f68d655
  • Build: Fork vendors to remove QUnit deprecated API usage Changes: * add `tests/lib/vendor/**/*` to `.eslintignore` *... 546214e
  • Build: Add jQuery 3.6.4, update Migrate to 3.4.1 Closes gh-2161 beeb410
  • Selectmenu: Fix selecting options following hidden ones Change a2b25ef6caae3e1a272214839b815a6387618124 made options... 020828e
  • Dialog: Fix IE tests about interactions with other dialogs The workaround triggering a second delayed focus to a tab... 7adb13a
  • Tests: Fix selectmenu width tests in Firefox with jQuery 3.0 & 3.1 jQuery 3.0 & 3.1 used `getBoundingClientRect()` i... 23655f0
  • Tests: Workaround a dialog test issue by a proper cleanup The `#favorite-animal` focus & blur handlers used to not b... b715135
  • Tests: Make resizable tests a bit more forgiving 613b522
  • Tests: Workaround IE issues in qunit-assert-domequal In IE, `option` elements may have different initial `option` co... ba249ef
  • Build: Add jQuery 3.7.0 1be4538
  • and 80 more ...

View on GitHub

DavidAlphaFox starred techsenger/stagepro
DavidAlphaFox starred Jamalianpour/time_planner
Load more