-
I see that `scientificName` is a required term. But I do not see either `recordedBy` or `identifiedBy`. I assume that many determination events will be executed by a human sometime after a captured ev…
-
## Overview
Would it make sense to add a generic custom pre-processing trait like `@refine(functionId: String | Enum, protocols: List[shapeId])` to the core library? This can signal server stub cod…
-
Top Ticket for tracking Reference Manual Integration work:
- [x] Internal links are broken
- [x] Special characters not emitted
- [x] Code samples split across multiple code blocks
- [x] Links e…
-
## Problem
I often find myself needing to load non-JavaScript non-TypeScript assets, and various problems arise:
* Local module (in git repo) has to use `fs` but remote module has to use `fetch`.
…
-
Hello, Im stuck in this problem, what am I doing wrong
pgbadger version 12.1 (installed from source)
log_destination: csvlog
log_line_prefix: t=%m p=%p a=%a h=%h db=%d u=%u x=%x
log_filename: tes…
-
We tried out manubot for [our manuscript](https://github.com/jmonlong/manu-vgsv) and one part that required some manual work was dealing with the supplementary information. Maybe we missed something a…
-
We need to update the applicaion two times when we add a process of ShardedDaemonProcess. Otherwise, `behaviorFactory` can fail to produce process behavior. Because not all nodes know the behavior of …
-
Related: #3522
@johnniwinther @jakemac53 is there an issue already open for the investigation Johnni's been doing into macro metadata?
I couldn't find one, so here's a fresh one :) and I'll clos…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When you manually import ebooks, it recognizes that the book exists in the Calibre libr…
-
# 前言
在上一篇 #100 中,我们实现了 webpack 的 code-splitting 功能。**今天,我们来探索 loader 机制,最终实现的代码版本参考[这里](https://github.com/youngwind/fake-webpack/tree/96eae479379ca83dc7121f4afaef0b3453668081)。**(参考的 webpack 版本是[这个]…