-
Hi,
I want to plot kataegis plot, and I know I can use a function from here http://genomicsclass.github.io/book/pages/bioc2_rainfall.html
but it would be very useful to include it in the maftools.
…
-
It would be nice if there was a directive to be able to control inlining. For example:
```
include M
(** @inline *)
```
Sometimes you want it and sometimes you don't.
Example where I want it: when …
-
We are interested in learning about the experience of developers that rely on or leverage interop. This is an opportunity for us to learn from you about how the community interops between .NET and oth…
-
**Original bug ID:** 5528
**Reporter:** @alainfrisch
**Assigned to:** @alainfrisch
**Status:** closed (set by @xavierleroy on 2017-09-24T15:31:52Z)
**Resolution:** fixed
**Priority:** normal
**S…
-
# Overview
v0.7 is brings many major features. The community works together to refactor the internal code base to bring an unified IR code structure with unified IRModule, type system and pass infr…
-
**Original bug ID:** 6811
**Reporter:** @alainfrisch
**Assigned to:** @alainfrisch
**Status:** closed (set by @alainfrisch on 2015-06-30T08:30:13Z)
**Resolution:** won't fix
**Priority:** normal
…
-
(This idea came up after yesterday's discussion about the GC extension. I have tried to describe it here in a self-contained matter, but let me know if there are any terms I forgot to define or motiva…
-
I'm starting a new issue for this, although I see several I could just add on to. So here are some references: #29 #22 #19 #17 #16 #9 as well as https://github.com/valueflows/valueflows/issues/165 wh…
-
**Original bug ID:** 5759
**Reporter:** @alainfrisch
**Assigned to:** @garrigue
**Status:** resolved (set by @garrigue on 2012-12-07T14:31:22Z)
**Resolution:** fixed
**Priority:** normal
**Sever…
-
@Inject
@ConfigProperty(name="...")
String value;
It must be allowed to inject that and get null, a workaround is to use an optional but it is not recommanded (even the opposite) to…