Don Isaac
Don Isaac
- assert ^1.4.1 -> ^2.0.0 - karma ^2.0.0 -> ^6.0.0 - karma-webpack ^2.0.3 -> ^4.0.0 - karma-mocha ^1.3.0 -> 2.0.1 - mocha ^5.0.4 -> 9 - rimraf ^2.6.2 -> ^3.0.2...
Heyo, My preact application uses a shadow dom as a mounting point, and tooltips are not appearing. I did some digging through the source code, and I believe I know...
### What Added type declarations to enhance TypeScript support - The original `expect` signature is overwritten to reflect the new `expect` function - Declarations are made available to consumers via...
**Describe the bug** Within a decorator, `StoryContext.title` is always an empty string. I have a global decorator function that selectively decorates stories based on their top-level group, as specified by...
- (templates/typescript-axios/apiInner) made AxiosParamCreator and Factory interface arrow functions - (templates/typescript-axios/apiInner) Bug fix for @param with generic dataTypes - (templates/typescript-axios/modelGeneric) Fixed bug for multi-line jsdoc descriptions - (templates/typescript-axios/modelGeneric) Added support...
- refactor: move `Transform` type `Aesthetic.ts` to `types.ts` and export it - refactor: use `Transform` type in channel type definitions - refactor(aesthetics): make `dim` method strongly typed - refactor(aesthetics): make...
# What This PR Does - Allow JS files to use CommonJS `require()` - Add `eslint-import-resolver-typescript` so that `eslint-plugin-import` can resolve TypeScript imports - Add `typescript` as a dev dependency...
The [admissions page](https://admissions.umd.edu/explore/majors/majors-alphabetically) changed the formatting they used for majors. Now, majors with concentrations appear like so: ``` Computer Science: Cybersecurity | College of Computer, Mathematical, and Natural Sciences Computer...
Relies on #217. Adds a ton of new fields for the `buildings` table, including - city - state - zip code - full address - address number - street name...
# Description **Describe the bug** `GET /v1/courses/sections` returns an array of an array of courses instead of an array of courses **Provide the Endpoint** `GET /v1/courses/sections` **Expected Behavior** It returns...