toolkit
Here are 1,030 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
Dec 21, 2020 - Java
The image crate with default options is the absolute leader in code size:
File .text Size Crate
5.7% 14.6% 364.0KiB image
4.6% 12.0% 297.3KiB wgpu_native
3.8% 9.9% 246.5KiB std
3.5% 8.9% 222.1KiB usvg
2.6% 6.8% 170.0KiB iced_wgpu
I don't need to support ico, bmp, tga, hdr, dxt, dds, farbfeld and so on in a program that would only ever decode
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
Oct 20, 2020 - JavaScript
Tabular data?
Does gui.cs handle tabular data?
- Auto sizing columns?
- line breaks within columns
- truncate column content?
- scroll the table if needed
and so on?
Anything like this or something similar?
Describe the Bug
Have a look at the screencast:
Steps to Reproduce
- Start connecting
- now this happens
Expected Behavior
No change in styles.
Environment
- Host (Browser/Node versi
-
Updated
Dec 11, 2020 - JavaScript
The following headers need to be split into declarations and definitions (.h and .cpp):
- mvSliderItems.h
- mvDragItems.h
- mvInputItems.h
- mvAboutWindow.h
- mvMetricsWindow.h
- mvPopup.h
This can be completed over individual pull requests.
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