-
Updated
Jan 6, 2020 - JavaScript
transformations
Here are 267 public repositories matching this topic...
-
Updated
Jun 5, 2020 - JavaScript
🏗 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
-
Updated
May 26, 2020 - PHP
-
Updated
May 12, 2020 - Java
-
Updated
Jun 21, 2018 - Java
- Create 'Cube', 'Cube.001', 'Cube.002'. Create collection 'Collection 1'.
- Move 'Cube.002' into 'Collection 1'.
- Exclude 'Collection 1' by clicking the check box on its left.
- Goto 'Quick Align Planes' Grab Destination of 'Cube'.
- Select 'Cube.001' select three points and hit 'Apply to Object' button.
- Get error message "Object Cube.002 not in View layer 'View layer'".
-
Updated
Jun 1, 2020 - Java
-
Updated
Apr 3, 2020 - C
-
Updated
Apr 17, 2018 - PHP
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
-
Updated
Feb 16, 2020 - C#
-
Updated
May 11, 2020 - Python
-
Updated
May 2, 2020 - C
Hi,
I have installed this library via pip, while checking out the official page, I noticed that the documentation page gives a 404 page not found error. Is there a way to refer to the official documentation for this library? I want to use it to model a robot using Python as the original library d
The readme stated for the timestamp the following syntax:
{
"operation": "timestamp",
"timestamp[0]": {
"inputFormat": "Mon Jan _2 15:04:05 -0700 2006",
"outputFormat": "2006-01-02T15:04:05-0700"
},
"nowTimestamp": {
"inputFormat": "$now",
"outputFormat": "2006-01-02T15:04:05-0700"
},
"epochTimestamp": {
"inputFormat": "2006-01-02T15:04:05-0700"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
-
Updated
Jun 9, 2020 - Java
-
Updated
Jun 2, 2020 - JavaScript
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-
Updated
Jun 10, 2020 - R
-
Updated
May 7, 2020 - JavaScript
Add Unit Examples?
i'm trying to compare this package to mississippi
Do you think it makes sense to add some unit examples to your code base of what you think a normal usage pattern is - so that I can make the case of if this make sense for my use case - or keep using the ol'mississippi
Ref
1: npm.im/mississippi
-
Updated
Jun 6, 2020 - Go
-
Updated
Nov 13, 2019 - JavaScript
There should be a better way to manage deployments across multiple clients
-
Updated
Jun 8, 2020 - Python
Improve this page
Add a description, image, and links to the transformations topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the transformations topic, visit your repo's landing page and select "manage topics."
Problem
Some of our transformers & estimators are not thoroughly tested or not tested at all.
Solution
Use
OpTransformerSpecandOpEstimatorSpecbase test specs to provide tests for all existing transformers & estimators.