Skip to content
#

history

Here are 938 public repositories matching this topic...

Mind-Expanding-Books
jim-moody
jim-moody commented Mar 20, 2019

Package
conventional-recommended-bump

Error
Error: Unable to load the "angular" preset package. Please make sure it's installed.

Description
Getting this error when using the package as an npm script OR the Node API and a preset of Angular. The package works when installed globally and run using the CLI.

Steps to Reproduce

  1. Clone this repo: https://github.com/jim
Rabadash8820
Rabadash8820 commented Apr 22, 2020

Is it okay to include "rich" content like images, links to other projects, blockquotes, etc. in the changelog? While these things might make it more "enjoyable" to read, I can also see where they might make it harder for users to copy/paste and more complex for machines to parse. Whatever is considered the best practice with regards to rich content, I feel like that should be included in the FAQ.

NickDJM
NickDJM commented Dec 13, 2019

Issue

In v7.1.0:

When you declare a custom file in bumpFiles standard-version will no longer update normal package.json, composer.json, lockfiles, etc. declared in the defaults.

This is fine (I don't think this is a bug because maybe you don't want it to bother with the defaults), but I think it should be mentioned in the documentation that when you do declare bumpFiles in your c

nmay231
nmay231 commented Dec 27, 2019

Hello and welcome to Redux-undo! This issue is asking newcomers to open source for their help. If that's you then great!

We need good examples to show new users of the library how to, well... use the library!

The task is to create an example in docs/main/examples/ demonstrating how to set the initial state for a reducer. You can use whatever example state you wish, like a todo list for exa

dvorka
dvorka commented Aug 11, 2018

There is problem with new libreadline7 available via brew which is incompatible with previous versions.

Thus the only way forward seems to be readline compilation from the source code and clashing includes (different autoconf in build/, build script for macos).

curusarn
curusarn commented Apr 19, 2020

This is how McFly looks like in a terminal with a white background. This one specifically is the gnome-terminal with Xterm color profile with black and white as foreground and background colors respectively. However, it is very likely that this will happen in almost any theme with a white background color.

![mcfly-white](https://user-images.githubusercontent.com/10132717/79700467-0cd1c200-8296

Perilin
Perilin commented Dec 24, 2017

Filtering by command is great, but how about also filtering by currently active directory?
I've quickly hammered something into place that works using preexec...

# Added to end of  ~/.bashrc

__peri_filter_preexec() { if [[ "${PWD}" =~ .*Private.* ]] ; then __BH_SAVE_COMMAND=''; fi }
if [ -f ~/.bashhub/deps/bash-preexec.sh ]; then source  ~/.bashhub/deps/bash-preexec.sh ; preexec_f
devurandom
devurandom commented May 14, 2018

When searching for a certain term that matches only some history items far in the past, it would be helpful if all the dates with no activity for that search term would not be shown in the activity list. Currently in the left sidebar I see lots of dates with "No data" being displayed in the main window. This makes it difficult to find the dates with actual activity.

AnnanFay
AnnanFay commented Oct 22, 2019

Overlays should never be empty, regardless of why they are empty (lack of data / user not logged in / etc). They should also not contain stale information.

For instance, if the draft overlay is set to be persistently on but there is not a draft in progress then there should be a message letting the user know that an empty overlay is completely normal. For every case where the overlay is current

willnwhite
willnwhite commented Apr 6, 2020

The docs don't explain that pushUrl will work with just the path onwards (so you don't need the whole URL). I had assumed "URL" meant the whole thing, protocol and hostname included, so I was making effort to pass that around my app so that pushUrl would have it where necessary. Of course, in hindsight, it makes perfect sense that pushUrl shouldn't have to deal with the domain, as that stays the s

Improve this page

Add a description, image, and links to the history topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the history topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.