lightning
Here are 564 public repositories matching this topic...
-
Updated
Jul 6, 2022 - Python
-
Updated
Jul 4, 2022 - HTML
Our xgboost models use the binary:logistic' objective function, however the m2cgen converted version of the models return raw scores instead of the transformed scores.
This is fine as long as the user knows this is happening! I didn't, so it took a while to figure out what was going on. I'm wondering if perhaps a useful warning could be raised for users to alert them of this issue? A warning
-
Updated
Jun 30, 2022 - Markdown
When we return a bitcoin amount, our JSON responses currently specify the unit (btc, sat, msat) in the parameter name, but it's a bit ugly and is missing in some places.
Maybe it would be better to include the unit explicitly in the response. I see two different options:
- Instead of returning a numeric value, return a string including the unit (e.g. "2500 msat", "0.45 btc", "1.5 mbtc"). The
-
Updated
Jun 30, 2022 - Markdown
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Apr 28, 2022 - TypeScript
-
Updated
Jul 5, 2022 - JavaScript
-
Updated
Oct 6, 2021 - JavaScript
I used following commad to export the ONNX models, and I use the 5.0 tag of ultralytics/yolov5 to train the model.pt. It raises an AttributeError: conv object has no attribute weight. How can I do for this error?
python tools/export_model.py --checkpoint_path model.pt --size_divisible 32_Originally posted by @Deronjey in zhiqwang/yolov5-rt-stack#159 (comment)
I am unable to resize text in the xterm.js instance
I would like to be able to press ctrl+ to increase text size and ctrl- to decrease text size.
payment_request is returned so you can parse that to display the memo
-
Updated
Jul 5, 2022 - JavaScript
-
Updated
Oct 12, 2021 - JavaScript
-
Updated
Jun 10, 2022 - Shell
Description of the Feature or Idea
Ratelimit the speed at which sites can create getInfo()/sendInvoice()/makeInvoice() requests if they require opening a window (for example, getInfo(), if pre-approved, should not be ratelimited). In testing, a buggy/malicious site can easily open tens or hundreds of windows.
Existing Example(s) of Feature
Here is an example piece of code to tri
-
Updated
Jan 2, 2018 - Swift
Some candidates for removal that could easily be re-implemented inside Spark:
-
superagent(only used for a simple HTTP GET request, can be replaced with the built-in http module) -
helmet(sets security headers) -
js-yaml(only used to format objects in a human-readable manner, we don't really need yaml) -
nanoid(secure random string generator) -
is-ip(few-liner depende
-
Updated
Jun 26, 2022 - JavaScript
-
Updated
Jun 28, 2022
-
Updated
Mar 1, 2022 - C
Hi,
On send window the text (Paste payment request) should show if what is copied is a lightning invoice. But if what is copied is a bitcoin address, the text should be changed to (Paste bitcoin address).
-
Updated
Jul 1, 2022 - Shell
-
Updated
Jun 27, 2022
Improve this page
Add a description, image, and links to the lightning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lightning topic, visit your repo's landing page and select "manage topics."

The fuzz tests we have don't run on my machine anymore with go1.18. dvyukov/go-fuzz is basically deprecated at this point. We should upgrade to language-native
testing.Feven if it's not that great yet.Basically the fuzz tests should stay the same, but the build step is changed:
make-level fuzz references