Lei Wang

Results 10 issues of Lei Wang

Generic data-loader can be used anywhere to provide caching and solution for n+1 problem. For example: https://github.com/facebook/dataloader. It could be a independent library.

Current implementation of executor is hard-coded logic as Clojure function to call up resolver function. Ideally, an Executor can walk through "Transformed Map" and realize the result map. Related project:...

Just want to start the discussion about one code convention in buffy. In most buffy code, :refer :all used a lot for including functions in other namespace. I suggest to...

Add a new variable for customizing name of the content folder. So that ox-hugo can export the markdown file to any folder named: / Switching from Hugo to Astro for...

Add custom variable `org-hugo-headline-anchor` to disable headline anchor. More discussion in https://github.com/kaushalmodi/ox-hugo/issues/449

Add SQL Server database support vendor/ folder is not included in this patch.

It will be very useful to have it released in clojars. Thanks.

Is there a way to disable embedded elisp replacement in template files? It tries to replace below minified JavaScript code (from highlight.js): `function(e){return{sL:"xml",c:[{cN:"meta",b:"^__(END|DATA)__$"},{b:"^\\s*%{1,2}={0,2}",e:"$",sL:"perl"},{b:"",sL:"perl",eB:!0,eE:!0}]}});` `__(END|DATA)__` doesn't need replacement. It is also...

I might missed something in the document. But how to separate different headline in separated slides? > # Slide 1 > # Slide 2 > # Slide 3 After generating...

documentation

Key Features Implementation of the MCP Streamable HTTP transport specification Implementation Details Added server/streamable_http.go with the server-side implementation Added comprehensive tests in server/streamable_http_test.go Created example implementations: Full-featured server and client...