Ang Ze Yu
Ang Ze Yu
This is the current architecture of processing commits for `authorship.json`: ``` Extract all commits of all authors Analyze all such commits Aggregate the analyzed results ``` Briefly, this causes commits...
Currently, there's quite a bit of safari-specific logic to make the html5 datepicker work. We could explore some external date picker components that could help with this, allowing us to...
# Description - [x] Source branch in your fork has meaningful name (not `master`) Fixes Issue: #1758 #### Usage: Added a `wrap_attributes_min_attrs` / `-M` option (default `2`). It only affects...
Context: This suggestion was brought up [here](https://github.com/ang-zeyu/morsels/issues/1#issuecomment-1279716276). There is an existing project https://github.com/wilsonzlin/edgesearch that does this but is more API focused. A lot of Morsels' code is already setup to...
Documents may have domain specific 'categories' (e.g. sunny vs rainy vs gloomy weather forecasts). While it is possible to perform category filtering using the following, ``` +mycategoryfield:(sunny warm) ``` It...
This could be a generalisation of #4. Documents may have associated numeric values, the most common of which would be timestamps (e.g. blog posts made on a certain date). Morsels...
### Please confirm that you have searched existing issues in the repo Yes, I have searched the existing issues ### Any related issues? Several places; Anything related to hydration errors....
### Please confirm that you have searched existing issues in the repo Yes, I have searched the existing issues ### Any related issues? _No response_ ### What is the area...
**Is your request related to a problem?** `markbind serve -o` allows serving a single page from a site quickly without building the whole site, and rebuilds the page whenever its...
Frontend positioning is generally difficult and may be better left to well established libraries with more robust functionalities (e.g. dynamic flipping of floating elements). This may help reduce lower level...