-
Discussed in #546 where I've written an alternative to `tuple_combinations`, `array_combinations` which is an iterator that outputs `[T; N]`. This feature requires const generics which were introduced…
-
### 🐛 Describe the bug
An error is raised when trying to do circular padding for a 3D array
```
import torch
import torch.nn.functional as F
F.pad(torch.arange(9).reshape(1, 3,3), (0,1,1,0), mode…
-
Been using bind in a private node project, and this causes a pretty serious bail:
``` js
data = new Bind({
foo: [],
}, {
foo: function () {},
});
data.foo.push(data.foo); // RangeError: Maximum …
-
I propose we add some data fields to ping_info describing the physical geometry of the receiver and transmitter for multi beam sonars. This geometry affects the shape of the pulses emitted-from and l…
-
This one works on recursive/circular objects. For arrays, it only accepts `.0`, for cleaner IDE suggestions, instead of things like `.[$number]`, but you can change it yourself if you want to use that…
-
**Describe the bug**
I previously opened an issue #1823 related to a "Type of property 'x' circularly references itself" error, which was resolved (thanks for that!). The fix worked well for ou…
-
I propose to change how equality works in 4.0 to be more structural by default, the idea would be:
1) consider plain objects, arrays, sets and maps structurally
2) consider non plain objects (prot…
-
As the `\Zend\Validator\AbstractValidator::createMessage` method uses `var_export` to convert arrays to strings this fails if the array contains a circular reference. The problem line is https://githu…
-
Add Python Codes for the following DSA Topics:
- [ ] Tuples
- [ ] Dictionaries
- [ ] Lists
- [ ] Arrays
- [ ] Looping
- [x] Linked List
- [ ] Singly Linked List
- [ ] Doubly Li…
-
I think implementing basic algorithms with python is a great way to learn. For examples Stack, Singly Linked Lists, Circular Linked Lists, Doubly Linked Lists, Arrays, Binary Trees, Binary Search, Rec…