Brooke Smith
Brooke Smith
We're using https://github.com/mgechev/angular-seed release 2.0.0 and uses Angular2 2.0.0. After setting it up I receive the error: ``` 'simple-notifications' is not a known element: 1. If 'simple-notifications' is an Angular...
I have a react17 project. Installation results in peerDependency error. The latest version (v13.3.0)'s `package.json` contains ```"peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, ``` You need to update the doco...
# _Issue_title_ My specific case is that I'm using svm (https://github.com/josh-richardson/svm/) and it fails with ``` ▶ ./svm ls-remote Exception in thread "main" java.lang.Exception: Failed to get solidity version from...
### Suggestion Events seems to now be logs, however it is not the same API and there is no information in the migration guide for this. I'm just learning Solidity...
**Is your feature request related to a problem? Please describe.** I've been using MacPass for at least 5 years and I've never experienced entries just disappearing. I know of 2...
### Description Howdy, I'm just getting in to ZSh plugins and came across yours for docker. There is no way to know what docker aliases are defined without looking at...
This code fails: ``` if (Array.isArray(objects)) { geojson = { type: "FeatureCollection", features: [] }; objects.forEach(function(item) { geojson.features.push( this.getFeature({ item: item, params: settings, propFunc: propFunc }) ); }); this.addOptionals(geojson, settings);...
## Describe the problem/error/question I have a chatgpt node with a prompt that at first worked on N8N (yesterday) and ran successfully about 10 times. Since then the data returned...