Skip to content
#

transformations

Here are 250 public repositories matching this topic...

yonkahlon
yonkahlon commented Nov 20, 2019

🏗 Enhancement Proposal

Provide more information on where to put the Initilize() method for iOS and Android.

For iOS in AppDelegate:

public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
    Xamarin.Forms.Forms.Init();
    var config = new FFImageLoading.Config.Configuration()
    {
        VerboseLogging = false,
        VerbosePerformanceLogging = fa
KwadroNaut
KwadroNaut commented Jan 20, 2016

You explain very well on how to use it, but not what it actually does/how it gets done what it does. It's all relatively small, so I (think I) figured it out by glancing at the source, still would be nice if you could expand.

  • const MAX_INT = 2147483647; Does that include this Mersenne prime or one less?
  • why chmod 755? Everyone should be able to execute/recalculate the ids?
prism
karol-maciaszek
karol-maciaszek commented Nov 6, 2019

User story.
As a Prism CLI user, I can supply --verbose (or --debug) CLI option, so that I can see more verbose logs.

Is your feature request related to a problem?
There are occasions when I do not have easy access to request or response payload. For those cases, it would be helpful if I could see the actual request and response payloads together with headers. That should help me debu

fatboyzz
fatboyzz commented Oct 2, 2019
  1. Create 'Cube', 'Cube.001', 'Cube.002'. Create collection 'Collection 1'.
  2. Move 'Cube.002' into 'Collection 1'.
  3. Exclude 'Collection 1' by clicking the check box on its left.
  4. Goto 'Quick Align Planes' Grab Destination of 'Cube'.
  5. Select 'Cube.001' select three points and hit 'Apply to Object' button.
  6. Get error message "Object Cube.002 not in View layer 'View layer'".
jafingerhut
jafingerhut commented Nov 4, 2019

This comment in the source file RrbTree.java:

    // (MIN_NODE_LENGTH + MAX_NODE_LENGTH) / 2 should equal
    // STRICT_NODE_LENGTH so that they have the same average node size
    // to make the index interpolation easier.

confuses me. The values I see for these constants are:

 NODE_LENGTH_POW_2 5 
 STRICT_NODE_LENGTH 32 
 HALF_STRICT_NODE_LENGTH 16 
 MIN_NODE_LENGTH 22 
Nikronic
Nikronic commented Apr 15, 2019

I have tried many functions and they simply made hard everything.
for example:

import robopy.base.transforms as transforms
transforms.eul2r(phi=deg, theta=deg, psi=deg,unit='deg')

But it won't work. Because your degree should be a matrix of numpy with shape [1,1]. And it is not rational and documentation is not providing any information about this.

ianmackenzie
ianmackenzie commented Jul 23, 2019

The Point#d, Vector#d and Direction#d modules were recently optimized in the coordinate-systems branch to avoid unnecessary object allocations and function calls, but this also meant most functions got more verbose and therefore more prone to typos. It would be very useful to add some more fuzz and/or hardcoded tests for the various functions in these modules, following the patterns in the

juho
juho commented Sep 9, 2019

We're using rmwc components with material UI. This doesn't work as expected because of your tagMap:

import { Button } from 'rmwc'
<ReactFilestack
  componentDisplayMode={{
    type: Button
  }}
/>

As the ReactFilestack component only renders the button, optimally I would expect the API to be something like this..

import { Button } from 'rmwc'
<ReactFilestack

Improve this page

Add a description, image, and links to the transformations topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the transformations topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.