-
Hi everybody ! I need a way to associate comments to the "statements" that follow them. I'm an expert in syntaxical analysis in a programmatic way, but I know almost nothing about ATLR grammar. Yous C…
-
**URL**: https://fosdem.org/2020
**Location**: Brussels, Belgium
**Dates**: 2020/02/01-02
**Expenses covered**: no
**Topic**: OSS
**Call for Participation**:
DevRoom proposals
- …
-
Add the following columns to `fct_source` in order to store Food Composition table metadata
Variable_Name | Variables_Description
-- | --
Name | Name with description of the FCT (including vers…
-
### Code
```Rust
#![feature(specialization)]
trait Foo {
type Bar;
}
impl Foo for T {
default type Bar = u32;
}
impl Foo for i32 {
type Bar = i32;
}
extern "C" {
…
-
### Overview
We need to prepare the Project Boards for the forced migration that GitHub is doing in August, so that it is already working well for the team by then.
### Action Items
- [x] copy t…
-
It seems that when US_SSN is detected in the sentence it always errors to the below error message:
"Exception: An error occurred while processing the detected entity US_SSN"
Traceback:
```
…
-
**User input**
Export content - Can we export content from the "Categorization Page"? Not all wastes or risks are equal. Items identified often require a more detailed evaluation. It would be helpful …
-
### FACT version
4.3-dev
### Environment
Distribution : Ubuntu 22.04.5 LTS
powered by [FACT 4.3-dev](https://fkie-cad.github.io/FACT_core/)
© [Fraunhofer FKIE](http://www.fkie.fraunhofer.de/) 201…
-
**Is your feature request related to a problem? Please describe.**
To expedite query analysis.
**Describe the solution you'd like**
I would like to have a context menu item for the SQL screen or …
-
Hi there,
At Yape we have been using cartographer 3d since the beginning of the project and recently we have started working on some customization to make it more suitable for our use case.
Whi…