toolkit
Here are 1,066 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
Feb 21, 2021 - Java
use iced::{pick_list, PickList};
Compiles when targeting linux but not targeting the web.
this works: cargo build
this does not work: cargo build --target wasm32-unknown-unknown
this is the error:
error[E0432]: unresolved imports `iced::pick_list`, `iced::PickList`
--> core/src/main.rs:9:12
|
9 | use iced::{pick_list, PickList};
| ^^^^^^^^^ ^^^^^^^^ no
Describe the bug
SmartForm doesn't check the new API collection..permissions.canDelete to tell if it's possible to delete a document, and shows the delete button.
To Reproduce
create a collection with permissions: { canDelete: [] }, or without it altogether. Use a smartform to edit a document of that collection, it will show the delete button. If you click it, the server will rej
-
Updated
Jan 15, 2021 - JavaScript
New control: Charts
Tabular data?
Describe the Bug
Creating typed start events is not allowed within a subprocess. However, they can still be copied and pasted onto a subprocess which shouldn't be allowed either.
The same issues occurs with non-interrupting events copied out of a event sub-proce
Version of Dear PyGui
Version: 0.6.x and less
OS
Operating System: All
My Issue/Question
Some built in themes do not cover every theme item. When switching from a theme that controls more values to one with less, some items get "carried over"
Expected behavior
Themes should cover all theme items.
Extra Info
This is only relevant for the 0.6.x branch.
W
-
Updated
Feb 12, 2021 - JavaScript
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