AdrieanKhisbe/bundle-phobia-cli 123
📦 Cli for the node BundlePhobia Service 😱
⚙️ Configue All the Things.js 🔧
AdrieanKhisbe/cask-package-toolset.el 30
🛠 Toolsettize your emacs package! 🛠
👨💻 Doing Anything, Anywhere, from Here [zsh] 🚏
📝 Log by overwriting the previous output in the terminal in Python. (port of sindresorhus/log-update)
Less is more with emojies 😉
AdrieanKhisbe/adrieankhisbe.github.io 1
This is not my Personal Website
This is just a personal README ;)
Implémentation de l'Algorithme de compression d'Huffman, version Dynamique/Adaptative
projet de Client Serveur inspiré de `iSketch`, une version multijoueur de Pictionnary.
pull request commentCoorpAcademy/components
Fix flash rendering on firefox
Codecov Report
Merging #1898 (7a35373) into master (090329a) will not change coverage. The diff coverage is
n/a.
:exclamation: Current head 7a35373 differs from pull request most recent head f3daedd. Consider uploading reports for the commit f3daedd to get more accurate results
@@ Coverage Diff @@
## master #1898 +/- ##
=======================================
Coverage 95.57% 95.57%
=======================================
Files 199 199
Lines 3208 3208
=======================================
Hits 3066 3066
Misses 142 142
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 090329a...f3daedd. Read the comment docs.
comment created time in an hour
PR opened CoorpAcademy/components
<!-- Before creating your PR :
- Have you added a Modification Type Label ?
- Did you use the trello power up to link your PR and the trello ticket ? -->
Detailed purpose of the PR
<!--What existing problem does the PR solve?/ What is the current behavior? -->
Result and observation
<!--Please describe the new behaviour you’ve introduced. --> <!-- Add some screenshots or a good gif of the new behavior, if you’ve introduced UI change -->
-
[ ] Breaking changes ?
If checked, what have you broken ? -
[ ] Extra lib ? If checked, Which extra lib did you add ? (name, purpose, link ...).
Testing Strategy
- [ ] Already covered by tests
- [ ] Manual testing
- [ ] Unit testing
pr created time in an hour
create barnchCoorpAcademy/components
branch : fix-flask-rendering-on-firefox
created branch time in an hour
issue openedCoorpAcademy/serverless-plugins
serverless-offline-ssm-provider: add default Parameter.Type to resolved offline SSM parameters
[email protected] [email protected] [email protected]
serverless.yml
...
provider:
name: aws
runtime: nodejs14.x
environment:
API_PREFIX: ${ssm:/editor/api-prefix}
...
plugins:
- serverless-offline-ssm-provider
- serverless-webpack
- serverless-offline
.ssm file
/editor/api-prefix=/api/v1
When running serverless offline with the configuration above, I would get the following error from serverless:
Serverless Error ----------------------------------------
Cannot resolve serverless.yml: Variables resolution errored with:
- Cannot resolve variable at "provider.environment.API_PREFIX": Error: Unexpected parameter type: "undefined"
at Object.resolve (/Users/iona/Work/editor-api/node_modules/serverless/lib/configuration/variables/sources/instance-dependent/get-ssm.js:131:17)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async VariablesResolver.Object.defineProperties.memoizeMethods.resolveSource.d.normalizer.type.type (/Users/iona/Work/editor-api/node_modules/serverless/lib/configuration/variables/resolve.js:472:24),
I tried investigating by adding console.logs into node_modules/serverless-offline-ssm-provider/src/index.js and can see that the offline variables declared in my .ssm file are indeed being read...
// console.logs
CONFIG { file: '.ssm' }
VALUES [Function (anonymous)]
NAME /editor/api-prefix
VALUE /api/v1
and returned as...
{
Parameter: {
Value: "/api/v1",
}
}
The problem is, on serverless version 2.44.0, there now is a Parameter.Type checker that throws the error described above when it is not one of String | StringList | SecureString. Please see changes here: https://github.com/serverless/serverless/commit/3f7f67ccc155d61ca9e7aa96c858058da55c635a
file: lib/configuration/variables/sources/instance-dependent/get-ssm.js
line: 109
Would it be possible to set the Parameter.Type to String? Although this won't work for StringList.
Or maybe we can append a suffix that describes the parameter's type,
or derive the type from the value via regex?
created time in 3 hours
startedfrandiox/vite-ssr
started time in 7 hours
startedmikroskeem/tosh
started time in 11 hours
push eventCoorpAcademy/update-node
commit sha 2fc881427c9a172a86cd5a5caaf5cb1818a6aab8
Update eslint Upgraded dependencies: - eslint 7.23.0 -> 7.28.0
push time in 13 hours
push eventCoorpAcademy/update-node
commit sha ac17c2699311eea75ce7a90f0f1eff7c86e85ba4
Update Testing dependencies Upgraded dependencies: - codecov ^3.8.1 -> 3.8.2
push time in 13 hours
push eventCoorpAcademy/update-node
commit sha e2afcb949a5c22b4a40d95abab77e6fb59a9eac2
Update core dependencies Upgraded dependencies: - yargs ^16.2.0 -> 17.0.1
push time in 13 hours
startedbrendanashworth/generate-password
started time in 18 hours
startedxenodium/company-org-block
started time in 20 hours
startedmschubert/clustermq
started time in a day
startedropensci/targets
started time in a day
startedExpoSEJS/z3javascript
started time in a day
fork vdeturckheim/z3-wasm
Scripts and Javascript Glue code to use Z3 in the browser using WASM
fork in 2 days