toolkit
Here are 1,197 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,
-
Updated
Oct 1, 2021 - Java
Right now any StyleSheet has a list of functions without a default implementation. Implementing a StyleSheet is really annoying, because you have to override all of the functions and not just the thing you want to change.
I recently wanted to just change the border_radius of a text_input and I had to write the following code.
impl StyleSheet for Styles {
fn active(&self) ->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
-
Updated
Apr 30, 2021 - JavaScript
Describe the Bug
Hi, I am trying to bring on a canvas EventBasedGateway and IntermediateCatchEvent connected and this specific combination always fails with exception in DeleteConnectionHandler.execute. If i change EventBasedGateway to just a Task - it works.
Steps to Reproduce
execute https://codesandbox.io/s/bpmn-js-sandbox-forked-l7shl?file=%2Fsrc%2Findex.js:627-649
-
Updated
Sep 3, 2021 - JavaScript
-
Updated
Nov 14, 2020 - Python
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

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