toolkit
Here are 1,315 public repositories matching this topic...
Hi,
It seems like the HTTP Assert package does not allow me to specify a body to pass in a POST request for example. Looking at the HTTPBody()
function, the body argument is set to nil
:
req, err := http.NewRequest(method, url+"?"+values.Encode(), nil)
Is this by design, or am I looking at a missing feature?
Cheers,
I'm working on an application which mainly consists for sliders for parameter control. For better user experience, it would be nice to offer two features: reset to default and fine control.
On VST plugins this is normally done via double-clicks and/or modifier keys. E.g. double-clicking resets the slider to a default (mostly 0), alternatively Ctrl-/Cmd-Klick also does it. For fine control, ofte
-
Updated
Apr 2, 2022 - Java
Just gave VulcanJS a try after using Meteor for a while. I'm getting the following error:
`
Warning: React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.
meteor://💻app/packages/vulcan_lib.js:422
if (error) throw error; // eslint-disable-next-line no-console
^
[Error:
Not a big deal, but I noticed a ton of trailing whitespaces on the repo code, so it would be nice to remove them with a linter or similar!
We have zero code coverage for some of the most complex pieces of Terminal.Gui
: The implementations of ConsoleDriver
.
It should be possible to write unit tests that work on Windows for the WindowsDriver
and NetDriver
and some that work on Linux for CursesDriver
and `NetDriv
Describe the Bug
Given I have a module of the following structure:
const module = {
__init__: [ 'custom' ],
custom: [ 'type', Custom ]
}
function Custom(bpmnjs) {
bpmnjs.on('diagram.init' /** can be any event */, () => console.log('hello.world'))
}
when I load it to bpmn-js, I get an error similar to the one below:
TypeError: this.get is not a
-
Updated
Apr 30, 2021 - JavaScript
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Apr 2, 2022 - HTML
-
Updated
Feb 24, 2022 - TypeScript
Feature Request
I want to obtain the evaluation of different datasets of a single job
lumi eval -h && lumi eval -c config_ssd.yml --split valid --split train --split test --watch --from-global-step 0
I understand that it is not so trivial because it was being kept as a summary of work scalars like this

utility function exported from theselect
package? It is briefly mentioned under theitemListRenderer
props section of theselect
c