toolkit
Here are 1,385 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
Jul 8, 2022 - Java
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!
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:
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
May 20, 2022 - JavaScript
-
Updated
Jul 8, 2022 - JavaScript
-
Updated
Jun 29, 2022 - HTML
-
Updated
Jun 6, 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

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.


Environment
Question
Is there any solid documentation for the
renderFilteredItems()utility function exported from theselectpackage? It is briefly mentioned under theitemListRendererprops section of theselectc