manager
Here are 1,550 public repositories matching this topic...
-
Updated
Mar 23, 2022 - Python
-
Updated
Mar 29, 2022 - CSS
Speed up on Node
-
Updated
Mar 17, 2022 - Python
-
Updated
Dec 27, 2021 - Java
-
Updated
Apr 5, 2022 - JavaScript
-
Updated
Mar 12, 2022 - Shell
-
Updated
Mar 25, 2022 - Vue
-
Updated
Apr 6, 2022 - C#
-
Updated
Nov 14, 2021 - Rust
-
Updated
Jan 12, 2022 - Swift
this is work:
skpm-build --output ../../../Library/ApplicationSupport/com.bohemiancoding.sketch3/Plugins/test.sketchplugin
bug, this is not work:
skpm-build --output ~/Library/ApplicationSupport/com.bohemiancoding.sketch3/Plugins/test.sketchplugin
We got lot of security issues in FCFileManager.m saying - Insecure Storage: Lacking Data Protection
Example:
[[((NSString *)content) dataUsingEncoding:NSUTF8StringEncoding] writeToFile:absolutePath atomically:YES];
-
Updated
Feb 5, 2019 - C#
-
Updated
Oct 10, 2021 - Go
-
Updated
Nov 18, 2021 - C++
Encoder-decoder
Describe your project clearly.
It's a cryptography project based on encryption and decryption of the message.
Created using tkinter
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
**Additional conte
Improve this page
Add a description, image, and links to the manager topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the manager topic, visit your repo's landing page and select "manage topics."
Hello,
Context:
lefthook_0.6.5_Windows_x86_64.zip
Problem:
lefthook.exe version
should return the current version.Actual behavior
In a non git repo. without
lefthook.yml
,exit status 128
is returnedIn a git repo. with
lefthook.yml
,0.6.5
is returned.Waited behavior
0.6.5
must be returnedHerve-M