-
We are regularly asked by users to provide our documentation
in the form of Jupyter notebooks. The attached branch enables
is an experimental step in this direction, enabling to build
our Sphinx doc…
-
Jupyter Book allows you to generate a 'launch' button that brings you into an interactive session provided by Binder or JupyterHub. For any pages that are backed by a notebook (`.ipynb` or a MyST note…
-
Great library guys.
I didn't know where else to ask this, hopefully this is semi-appropriate...
I'm trying to send column level custom filter data (date ranges, lookups, etc) back to the server.
…
-
#### Version
8.8+alpha
#### Description of the problem
I would like something like this to work:
```coq
Goal True.
let c := constr:((fun (v : nat) => (v + v) * (v + v))%nat) in
lazyma…
-
*Originally reduced from a production application using the `tower` crate - see @fasterthanlime's [reduced repro repo](https://github.com/fasterthanlime/rustc-superlinear-sadness) for more background …
eddyb updated
1 month ago
-
Currently, this widget has the following default styling (among other rules):
.mgwt-ListBox {
-webkit-appearance: none;
-moz-appearance: none;
color: #777;
border: 0;
background-c…
-
Currently components lacks really powerful features:
1. Lifecycle. There is only 2 methods `initialize` and `template` and last one is called first then first one. That means that developer can decide…
-
### Description
Our users are experiencing a regular crash on both our Android and iOS deployment. From the log I can gather that they are navigating in and out of a page that has a CarouselView a…
-
I had downloaded your sample application which show cases Plugin.BLE for Maui. (very neat, clean, well written)
Below is my experience with trying to run the application on a Mac in iOS Simulator (…
-
## Description
I recently needed a weighed phase unwrapping algorithm in Python. Although [an pretty good algorithm for phase unwrapping is implemented in scikit-image](https://scikit-image.org/docs/…