-
```
Hello, i'm trying to use Dynamic shader linkage (porting dx sample in a bit
more simplified way).
I created 1 interface:
interface iBaseMaterial
{
float3 GetColor();
};
then several differe…
-
```
Enhancement.
Implements global caching of AR objects with very little memory penalty and
some performance gain.
$personOne = Person::model()->findByPk(1);
$samePerson = Person::model()->findByPk…
-
```
ava.lang.NoSuchMethodError:
com.intellij.openapi.fileChooser.FileChooserDescriptor.setNewFileType(Lcom/intel
lij/openapi/fileTypes/FileType;)V
at
org.clarent.ivyidea.intellij.ui.IvyIdeaPr…
-
```
What steps will reproduce the problem?
1. Put one widget in each columun
2. Change the layout from 3 columuns to 1 or 2 columuns
3. the widgets that are in column 2 or 3 disappear
What is the ex…
-
I'd like to be able to inline
- let-bound variables
- vars
- functions
A function would turn into the `fn` form and then we can consider adding `cljr-demote-function` to turn an `fn` into a function …
expez updated
9 years ago
-
```
Hello, i'm trying to use Dynamic shader linkage (porting dx sample in a bit
more simplified way).
I created 1 interface:
interface iBaseMaterial
{
float3 GetColor();
};
then several differe…
-
```
Hello, i'm trying to use Dynamic shader linkage (porting dx sample in a bit
more simplified way).
I created 1 interface:
interface iBaseMaterial
{
float3 GetColor();
};
then several differe…
-
```
ava.lang.NoSuchMethodError:
com.intellij.openapi.fileChooser.FileChooserDescriptor.setNewFileType(Lcom/intel
lij/openapi/fileTypes/FileType;)V
at
org.clarent.ivyidea.intellij.ui.IvyIdeaPr…
-
```
Hello, i'm trying to use Dynamic shader linkage (porting dx sample in a bit
more simplified way).
I created 1 interface:
interface iBaseMaterial
{
float3 GetColor();
};
then several differe…
-
```
Add @EntityListener support; works just like lifecycle methods but for
another class.
@Entity
@EntityListeners(com.acme.AlertMonitor.class)
public class Account {
@Id long accountId;
}
public c…