-
In vscode you can rename by pressing F2.
It will aplly your rename throughout the codebase.
What I would like to see is an AI rename the same way.
Often times when coding you need to come up wi…
-
### Deep Learning Simplified Repository (Proposing new issue)
:red_circle: **Project Title** : Social Housing Provision Analysis using DL
:red_circle: **Aim** : The aim of this project is to analyze…
-
There are a couple additional options that would be helpful with improving searching. The first would be to add a whitelist/include only list that, if used, would only show results that match those ke…
-
Following on from #172, adding `insertLookupWithKey :: Ord k => (k -> a -> a -> a) -> k -> a -> Map k -> (Maybe a, Map k a)` would be quite useful for avoiding multiple traversals of a map in variou…
-
We realised a slight design issue in the linalg library:
Currently, a caller needs to pass `SGMatrix` or similar, which means the template argument `T` needs to be known at call time. As linalg is i…
-
See email 10/24/22
The former direct SQL access is no longer an option, provide a programmatic way for the GradSchool to access their related student data.
A URL endpoint with the current CSV…
-
In §4.1 I read
> No cardinalities are defined in the Function Ontology, as there are no hard limits on cardinality to be defined. A [function](https://fno.io/spec/#dfn-function) can implement multi…
-
**1. What were you trying to do?**
I try to bulid a VG. My data is 526K including 810 contigs.
**2. What did you want to happen?**
provide me a graph
**3. What actually happened?**
crash…
-
This journal paper can be followed for implementing new algorithms:
https://ieeexplore.ieee.org/abstract/document/9344597
After implementing some crucial methods, Metaheuristics.jl can also be u…
-
In multi-variable integration, it can be efficient to integrate different variables with different algorithms. Currently, this can be expressed as an `IntegralProblem` for outer variables of integrati…