Philip Johnson
Philip Johnson
Things for the next major release: - [ ] Build via github actions. - [ ] In github actions, install python then run [this](https://stackoverflow.com/questions/42385036/validate-json-file-syntax-in-shell-script-without-installing-any-package) to check syntax of bio.json. -...
Here's a nice example of a single page layout: https://ryanfitzgerald.ca/devportfolio/
The semantic ui libraries are pretty old. Refresh. It might solve some display problems on mobile.
Greetings, I had jacoco4sbt working fine with Play 2.1, but now with Play 2.2.0 and Scala 2.10.2, I am getting the following error: [play-example-quality-assurance] $ jacoco:cover [trace] Stack trace suppressed:...
I've been using Bert Alerts successfully, but noticed that since updating to 2.2.0, I no longer get the icon with an alert: ...
Greetings, all, I would like to let you know about a mashup of GitHub, Jekyll, Bootstrap, and a tiny Ruby plugin that I've created to facilitate the design and construction...
Our app has custom light and dark themes, and we are having problems theming our chat screens. Here is an example: What you can see is that, in this "light"...
I have a custom theme defined as follows: ``` @MonarchTheme('Green Forest: Light', isDefault: true) ThemeData get greenForestLight => FlexThemeData.light( scheme: FlexScheme.green, surfaceMode: FlexSurfaceMode.levelSurfacesLowScaffold, blendLevel: 7, subThemesData: const FlexSubThemesData( blendOnLevel: 10,...
Make the "Projects" "Essays", and "Resume" navbar items active when the associated content is being displayed.
I have better-docs integrated into my CI pipeline and it would be nice to know when it was run over my code. According to the jsdocs documentation, the timestamp should...