-
Original Issue: apache/pulsar#3115
---
#### Expected behavior
JSONSchema should works with generic (parameterized type) POJO/DTO. No exception at runtime, or at least update documentation/errorM…
-
# Feature or enhancement
### Proposal:
Right now tracebacks look like this:
```pycon
>>> math.log(2,-2)
Traceback (most recent call last):
File "", line 1, in
math.log(2,-2)
~~~~~~~~^^^^^…
-
**Is your feature request related to a problem? Please describe.**
Yes. I have a project that uses very little in the way of built-ins. It's largely types with generic parameters like `FingerTree v a…
-
## Summary
Generic way to identify shellcode hashing functions.
See #166
## Features
- (tight) loops
- ROR/ROL/SHIFT/XOR/ADD/SUB
- PEB offsets
- PE offsets
-
Something that always irked me about haskell is the `getSum`/`getProduct` etc functions. It makes writing functions less generic than just passing in the favored monoid.
``` js
const any = xs => xs.f…
-
Add the option to add hyperlinks for samples to i.e., HuBMAP Data Portal datasets.
Would work better if the sample information is not a hover, but a click for expanding window.
-
Great library!
It would be really powerful to provide concrete defaults for generic parameters, the below example fails to compile:
```rust
#[builder]
fn foo(#[builder(default = std::iter::em…
-
### Discussed in https://github.com/ballsteve/xrust/discussions/114
Originally posted by **zackpcodes** October 12, 2024
Hi all! My team and I are planning to modernize our tech stack and re-w…
-
ds.summary was originally written to deal with simple R object types like dataframes and vectors. It tests the object type on the server side, and depending on the result, calls a serverside method th…
-
```ts
namespace gl {
export declare function bufferData(target: GLenum, data: StaticArray, usage: GLenum): void;
}
```
```
FAILURE Can’t import or export generic functions.
```