Gordon Brander

Results 97 issues of Gordon Brander

Congressional Research Service reports are available online at http://crsreports.congress.gov. They are scientific reports generated by a nonpartisan group that works under US Congress. From [@gilbeaq](https://twitter.com/gilbeaq/status/1042066933070344192): "a lot of excellent energy...

It would be valuable to curate an archive of high-impact scientific papers and preprints who's copy status allow for it. "Impact" could here mean "number of citations", or another useful...

...rather than send. - `transact(:)` is a non-isolated method that performs a synchronous state transaction in response to an action. - `send(:)` becomes an asynchronous main actor isolated protocol extension...

Fixes #34 This should make it impossible to update the state outside the main thread (make it impossible to trigger a purple warning).

View state in SwiftUI must only be changed on the main thread (nee main actor). We currently [force effects onto the main thread through `.receive(on: DispatchQueue.main)`](https://github.com/subconsciousnetwork/ObservableStore/blob/main/Sources/ObservableStore/ObservableStore.swift#LL254C14-L256C16). However, we do not...

enhancement

Background on MIME types... - Prior art: Markdown was previously `text/x-markdown`, then got standardized to `text/markdown` https://stackoverflow.com/questions/10701983/what-is-the-mime-type-for-markdown - However, the `x-` convention was deprecated https://www.rfc-editor.org/rfc/rfc6648 - Instead, MIME introduced subtypes:...

Recently the team has been discussing the value of supporting a did link form for sphere content. This has many upsides. DIDs are identifiers (stable and globally unique). Slashlinks are...

Hey there, I was tinkering with the gro-ui and put together some setup instructions that worked for me. Let me know if this matches the intended development process. Alternatively, if...

This PR made it possible to host the UI as a couchapp on the Raspberry Pi https://github.com/OpenAgInitiative/openag_ui/pull/127. You can push the built UI to any CouchDB install, and it will...