Matthew
Matthew
This has been in my .bashrc for many years: ``` export HISTSIZE=100000 export HISTTIMEFORMAT=': %Y-%m-%d_%H:%M:%S; ' export HISTIGNORE="&:ls:ll:[bf]g:w:who:exit:history" export HISTCONTROL="ignoreboth" ``` I'm looking at swapping in mcfly. Do I need...
Cloned your repo. Compiled. Ran. Clicked 'Quit App' button and this appeared in the XCode console: ``` 2021-07-21 23:34:48.335409-0500 Ambar[48694:20933608] Metal API Validation Enabled 2021-07-21 23:34:48.373780-0500 Ambar[48694:20933608] MTLIOAccelDevice bad MetalPluginClassName...
Screenshot option of decktape outputs filenames as such: $prefix_1_908x681.png ... $prefix_10_908x681.png $prefix_11_908x681.png ... When you batch open the images, they open out of order due to lack of zero-padding in...
I used a PNG image, CSS, and a DIV tag to create an image-based watermark: ``` #watermark { background: url(../../share/images/do-not-distribute-watermark.png) no-repeat; top: 400px; left: 75px; width: 750px; height: 200px; position:...
Consider the [following slide](http://pastebin.com/NYP0nZXm). Note that the code blocks do not have a newline separating them from the bullet-point lines. This is intentional in order to achieve bullet-indented code blocks...
Consider this config. If a file is missing, no error is reported. Silently ignores and continues with concatenation. ``` concat_in_order: { default_options: { files: { 'static/js/app.js': [ 'node_modules/jquery/dist/jquery.min.js', 'node_modules/bootstrap/dist/js/bootstrap.min.js', 'node_modules/d3/build/d3.min.js',...
See #9 for example config. Getting this error: ``` Running "concat_in_order:app_js" (concat_in_order) task Fatal error: Dependency required in node_modules/masonry-layout/dist/masonry.pkgd.min.js does not exist: jquery ``` This is false. jquery.min.js is the...
### What is Happening * Crash on startup, following doc example * Use systemd-resolved on Ubuntu 18.04 Bionic ### What is expected For the container to work ### Steps to...
I found this project on the official Google Slides API page, but this project appears dead. There are many broken/out-of-date dependencies, and the instructions for OAuth are not accurate any...