Results 18 comments of Eduard Hasanaj

I found this last night. Bitmap.compress is the evil there. it can take from 2 sec to 3 or more. Definitely we need that task to be performed in gpu...

Hmmm I think the total time from when user click to displaying texture in unity should be around 1 sec both. Greater than that I think it is not good....

Hey I tried and I am enjoying amazing results when we use opengl. From 1960 it drop to 16 mills ! WTF! here is a sample app https://ufile.io/3aed4 now we...

Did you test it?

I am sorry for not providing the code. ``` type Option struct { ID int `boil:"id" json:"id" toml:"id" yaml:"id"` OptionlistID null.Int `boil:"optionlist_id" json:"optionlist_id,omitempty" toml:"optionlist_id" yaml:"optionlist_id,omitempty"` Description null.String `boil:"description" json:"description,omitempty" toml:"description"...

@jbactad Hi, Currently I am using dev branch for this problem.

@ericlagergren please any help on that is appreciated. I need to have only two digits after decimal point like 5.00.

Here is the code ``` tax := decimal.WithContext(decimal.Context{ MaxScale: 2, RoundingMode: decimal.ToNearestAway, }) ``` When I perform multiplication I see more than two digits after decimal point. I am using...

I tried to fix it but I cannot find a manual on build process. Here is my pr untested. https://github.com/crxjs/chrome-extension-tools/pull/711

This needs more work because offscreen document needs to be bundled and information about its path is not in manifest. I need help about building the rollup extension. After this...